Name | Lookup | Parameters | |
|---|---|---|---|
| set_permissions | 6400 | 2 | |
| clear_permissions | 6401 | 1 | |
| add_proxy_permission | 6402 | 2 |
Name | Lookup | Attributes | |
|---|---|---|---|
| PermissionsSet | 6400 | ["AccountId","PermissionList"] |
Name | Type | |
|---|---|---|
| Permissions | {"origin":"Map","n_map_type":{"hashers":["Blake2_128Concat"],"key_vec":["AccountId"],"value":"Vec<sxt_core:permissions:PermissionLevel>","keys_id":0,"value_id":81}} |
Name | Docs |
|---|---|
| InsufficientPermissions | The signer of this transaction has insufficient permissions |
| EmptyPermissionsListError | set_permissions was called with an empty list of permissions, please call set_permissions |
| UnsignedTransaction | This transaction was unsigned |
| PermissionsBadOrigin | Bad Origin |
| PermissionAlreadyExists | The proxy user already has this permission |
| PermissionListFull | The proxy user's permission list is full |