Skip to content

ListNeuronVotesRequest

Defined in: packages/canisters/src/declarations/nns/governance.d.ts:426

before_proposal: [] | [ProposalId]

Defined in: packages/canisters/src/declarations/nns/governance.d.ts:431

Only fetch the voting history for proposal whose id < before_proposal. This can be used as a pagination token - pass the minimum proposal id as before_proposal for the next page.


limit: [] | [bigint]

Defined in: packages/canisters/src/declarations/nns/governance.d.ts:436

The maximum number of votes to fetch. The maximum number allowed is 500, and 500 will be used if is set as either null or > 500.


neuron_id: [] | [NeuronId]

Defined in: packages/canisters/src/declarations/nns/governance.d.ts:441

The neuron id for which the voting history will be returned. Currently, the voting history is only recorded for known neurons.