Interface QueryConsensusStateResponseAminoMsg

interface QueryConsensusStateResponseAminoMsg {
    type: "cosmos-sdk/QueryConsensusStateResponse";
    value: QueryConsensusStateResponseAmino;
}

Properties

Properties

type: "cosmos-sdk/QueryConsensusStateResponse"