Skip to content

contract.OwnableOperatorRole

Aleksey Bykhun edited this page Jan 18, 2023 · 1 revision

OwnableOperatorRole

Git Source

Inherits: Ownable, OperatorRole

Functions

addOperator

function addOperator(address account) external onlyOwner;

removeOperator

function removeOperator(address account) external onlyOwner;
Clone this wiki locally