NnsGovernanceTestCanister
Defined in: packages/canisters/src/nns/governance_test.canister.ts:19
Methods
Section titled “Methods”updateNeuron()
Section titled “updateNeuron()”updateNeuron(
neuron):Promise<[] | [GovernanceError]>
Defined in: packages/canisters/src/nns/governance_test.canister.ts:51
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):NnsGovernanceTestCanister
Defined in: packages/canisters/src/nns/governance_test.canister.ts:28
Parameters
Section titled “Parameters”options
Section titled “options”CanisterOptions<_SERVICE> = {}
Returns
Section titled “Returns”NnsGovernanceTestCanister