Interface QueryChannelConsensusStateResponseAminoMsg

interface QueryChannelConsensusStateResponseAminoMsg {
    type: "cosmos-sdk/QueryChannelConsensusStateResponse";
    value: QueryChannelConsensusStateResponseAmino;
}

Properties

Properties

type: "cosmos-sdk/QueryChannelConsensusStateResponse"