mirror of openzeppelin-contracts
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
methods {
|
|
hasRole(bytes32, address) returns(bool) envfree
|
|
getRoleAdmin(bytes32) returns(bytes32) envfree
|
|
grantRole(bytes32, address)
|
|
revokeRole(bytes32, address)
|
|
renounceRole(bytes32, address)
|
|
}
|
|
|