Interface QueryNextSequenceReceiveResponseAminoMsg

interface QueryNextSequenceReceiveResponseAminoMsg {
    type: "cosmos-sdk/QueryNextSequenceReceiveResponse";
    value: QueryNextSequenceReceiveResponseAmino;
}

Properties

Properties

type: "cosmos-sdk/QueryNextSequenceReceiveResponse"