Skip to content

Command

Command = { Split: Split; } | { Follow: Follow; } | { DisburseMaturity: DisburseMaturity; } | { ClaimOrRefresh: ClaimOrRefresh; } | { Configure: Configure; } | { RegisterVote: RegisterVote; } | { SetFollowing: SetFollowing; } | { MakeProposal: Proposal; } | { StakeMaturity: StakeMaturity; } | { RemoveNeuronPermissions: RemoveNeuronPermissions; } | { AddNeuronPermissions: AddNeuronPermissions; } | { MergeMaturity: MergeMaturity; } | { Disburse: Disburse; }

Defined in: packages/canisters/src/declarations/sns/governance_test.d.ts:126