interface TxAminoMsg {
    type: "cosmos-sdk/Tx";
    value: TxAmino;
}

Properties

Properties

type: "cosmos-sdk/Tx"
value: TxAmino