QueryTallyResultRequest is the request type for the Query/Tally RPC method.

interface QueryTallyResultRequestAmino {
    proposal_id?: string;
}

Properties

Properties

proposal_id?: string

proposal_id defines the unique id of the proposal.