Parameter | Type | EVM | Substrate | Description |
---|---|---|---|---|
group_name | str | Required | Required | Name of the group to be created. |
group_id | str | Optional | Optional | ID of the group. If not provided, a new ID will be generated (32 characters). |
Parameter | Type | EVM | Substrate | Description |
---|---|---|---|---|
owner | str | Required | Required | Address representing the owner of the group. |
group_id | str | Required | Required | ID of the group to be fetched (32 characters). |
Parameter | Type | EVM | Substrate | Description |
---|---|---|---|---|
owner | str | Required | Required | Address representing the owner of all the fetched groups. |
Parameter | Type | EVM | Substrate | Description |
---|---|---|---|---|
group_id | str | Required | Required | ID of the group to be updated (32 characters). |
group_name | str | Required | Required | New name for the group. |
Parameter | Type | EVM | Substrate | Description |
---|---|---|---|---|
group_id | str | Required | Required | ID of the group to be disabled (32 characters). |
Parameter | Type | EVM | Substrate | Description |
---|---|---|---|---|
group_id | str | Required | Required | ID of the group to assign the role to (32 characters). |
role_id | str | Required | Required | ID of the role to be assigned (32 characters). |
Parameter | Type | EVM | Substrate | Description |
---|---|---|---|---|
owner | str | Required | Required | Address of the group owner. |
group_id | str | Required | Required | ID of the group to fetch roles from (32 characters). |
Parameter | Type | EVM | Substrate | Description |
---|---|---|---|---|
group_id | str | Required | Required | ID of the group to unassign the role from (32 characters). |
role_id | str | Required | Required | ID of the role to be unassigned (32 characters). |
Parameter | Type | EVM | Substrate | Description |
---|---|---|---|---|
user_id | str | Required | Required | ID of the user to be assigned to the group (32 characters). |
group_id | str | Required | Required | ID of the group to assign the user to (32 characters). |
Parameter | Type | EVM | Substrate | Description |
---|---|---|---|---|
owner | str | Required | Required | Address of the group owner. |
user_id | str | Required | Required | ID of the user to fetch groups for (32 characters). |
Parameter | Type | EVM | Substrate | Description |
---|---|---|---|---|
user_id | str | Required | Required | ID of the user to be unassigned from the group (32 characters). |
group_id | str | Required | Required | ID of the group to unassign the user from (32 characters). |