ListNeuronsResponse
Defined in: packages/canisters/src/declarations/nns/governance.d.ts:486
Output of the list_neurons method.
Properties
Section titled “Properties”full_neurons
Section titled “full_neurons”full_neurons:
Neuron[]
Defined in: packages/canisters/src/declarations/nns/governance.d.ts:499
If the caller has the necessary special privileges (or the neuron is public, and the request sets include_public_neurons_in_full_neurons to true), then all the information about the neurons in the result set is made available here.
neuron_infos
Section titled “neuron_infos”neuron_infos: [
bigint,NeuronInfo][]
Defined in: packages/canisters/src/declarations/nns/governance.d.ts:492
Per the NeuronInfo type, this is a redacted view of the neurons in the result set consisting of information that require no special privileges to view.
total_pages_available
Section titled “total_pages_available”total_pages_available: [] | [
bigint]
Defined in: packages/canisters/src/declarations/nns/governance.d.ts:500