rbac.sol
.rbac.sol
file. The precompile is found at
the peaq node source code.rbac.sol
file by clicking on the Solidity Compiler tab and selecting the appropriate compiler version.0x0000000000000000000000000000000000000802
.role_id
: A unique identifier for the role.name
: Bytes representing the name of the role.role_id
: Identifier of the role to update.name
: Updated name in bytes.role_id
: Identifier of the role to disable.permission_id
: A unique identifier for the permission.name
: Bytes representing the name of the permission.permission_id
: Identifier of the permission.role_id
: Identifier of the role.group_id
: A unique identifier for the group.name
: Bytes representing the group name.user_id
: Identifier of the user.group_id
: Identifier of the group.