GetTxRequest is the request type for the Service.GetTx RPC method.

from message cosmos.tx.v1beta1.GetTxRequest

Hierarchy

Constructors

Properties

hash: string = ""

hash is the tx hash to query, encoded as a hex string.

from field: string hash = 1;

fields: FieldList = ...
runtime: ProtoRuntime = proto3
typeName: "cosmos.tx.v1beta1.GetTxRequest" = "cosmos.tx.v1beta1.GetTxRequest"

Methods