Interface QueryConsensusStatesRequestAminoMsg

interface QueryConsensusStatesRequestAminoMsg {
    type: "cosmos-sdk/QueryConsensusStatesRequest";
    value: QueryConsensusStatesRequestAmino;
}

Properties

Properties

type: "cosmos-sdk/QueryConsensusStatesRequest"