interface QueryVotesRequestAminoMsg {
    type: "cosmos-sdk/QueryVotesRequest";
    value: QueryVotesRequestAmino;
}

Properties

Properties

type: "cosmos-sdk/QueryVotesRequest"