mirror of
https://github.com/th30d4y/OpenLearnX.git
synced 2026-05-26 11:25:49 +00:00
8 lines
215 B
RPMSpec
8 lines
215 B
RPMSpec
methods {
|
|
hasRole(bytes32, address) returns(bool) envfree
|
|
getRoleAdmin(bytes32) returns(bytes32) envfree
|
|
grantRole(bytes32, address)
|
|
revokeRole(bytes32, address)
|
|
renounceRole(bytes32, address)
|
|
}
|