Interface QueryChannelConsensusStateRequestAminoMsg

interface QueryChannelConsensusStateRequestAminoMsg {
    type: "cosmos-sdk/QueryChannelConsensusStateRequest";
    value: QueryChannelConsensusStateRequestAmino;
}

Properties

Properties

type: "cosmos-sdk/QueryChannelConsensusStateRequest"