add_minter
An entrypoint that adds or removes minters that can interact with mint_tokens entrypoint.
Call parameters
Field | Type | Description |
---|---|---|
minter | address | An address of a minter to add or remove |
register | bool | Flag that indicates: admin adds a minter or removes |
Usage
Errors
Not-admin
-sender
of the transaction is not current administrator.
Last updated