Interface QueryConnectionConsensusStateResponseAminoMsg

interface QueryConnectionConsensusStateResponseAminoMsg {
    type: "cosmos-sdk/QueryConnectionConsensusStateResponse";
    value: QueryConnectionConsensusStateResponseAmino;
}

Properties

Properties

type: "cosmos-sdk/QueryConnectionConsensusStateResponse"