interface TxResponseAminoMsg {
    type: "cosmos-sdk/TxResponse";
    value: TxResponseAmino;
}

Properties

Properties

type: "cosmos-sdk/TxResponse"