TxDecodeResponse is the response type for the Service.TxDecode method.

Since: cosmos-sdk 0.47

from message cosmos.tx.v1beta1.TxDecodeResponse

Hierarchy

Constructors

Properties

tx?: Tx

tx is the decoded transaction.

from field: cosmos.tx.v1beta1.Tx tx = 1;

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

Methods