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

interface QueryTallyResultRequest {
    proposalId: bigint;
}

Properties

Properties

proposalId: bigint

proposal_id defines the unique id of the proposal.