interface GetTxResponseAminoMsg {
    type: "cosmos-sdk/GetTxResponse";
    value: GetTxResponseAmino;
}

Properties

Properties

type: "cosmos-sdk/GetTxResponse"