ListNeuronVotesRequest
Defined in: packages/canisters/src/declarations/nns/governance_test.d.ts:426
Properties
Section titled “Properties”before_proposal
Section titled “before_proposal”before_proposal: [] | [
ProposalId]
Defined in: packages/canisters/src/declarations/nns/governance_test.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_test.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
Section titled “neuron_id”neuron_id: [] | [
NeuronId]
Defined in: packages/canisters/src/declarations/nns/governance_test.d.ts:441
The neuron id for which the voting history will be returned. Currently, the voting history is only recorded for known neurons.