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

interface GetTxRequestAmino {
    hash?: string;
}

Properties

Properties

hash?: string

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