I have added a hotkey to one of my SNS neurons. When I call get_neuron
on the governance canister of the SNS, I can find the principal
in the permission
list and it has permission_type
3 and 4 set. The main principal that was used to create this neurons has permissions 0 to 10 set.
I’ve found this description about the meaning of each permission.
-
Is this description correct and still up to date or is there another place where the meaning of each permission is documented?
-
Also, is it possible to set also other permissions for hotkeys than only “submit proposals” (3) and “vote” (4) via the NNS frontend?