Interface QueryConnectionConsensusStateRequestAminoMsg

interface QueryConnectionConsensusStateRequestAminoMsg {
    type: "cosmos-sdk/QueryConnectionConsensusStateRequest";
    value: QueryConnectionConsensusStateRequestAmino;
}

Properties

Properties

type: "cosmos-sdk/QueryConnectionConsensusStateRequest"