GovernanceTestCanister
Defined in: packages/nns/src/governance_test.canister.ts:17
Methods
Section titled “Methods”updateNeuron()
Section titled “updateNeuron()”updateNeuron(
neuron):Promise<[] | [GovernanceError]>
Defined in: packages/nns/src/governance_test.canister.ts:47
Test method to update fields of a neuron.
Only available in the governance test canister.
Parameters
Section titled “Parameters”neuron
Section titled “neuron”Returns
Section titled “Returns”Promise<[] | [GovernanceError]>
create()
Section titled “create()”
staticcreate(options):GovernanceTestCanister
Defined in: packages/nns/src/governance_test.canister.ts:26
Parameters
Section titled “Parameters”options
Section titled “options”CanisterOptions<_SERVICE> = {}
Returns
Section titled “Returns”GovernanceTestCanister