add_managers
An entrypoint that adds or removes a managers who can update LP tokens metadata.
Call parameters
Field | Type | Description |
---|---|---|
manager | address | Account of a manager |
add | bool | Flag that indicates: add or remove a manager |
Usage
Errors
400
-sender
of the transaction is not current administrator.412
- non payable entrypoint (can't accept TEZ tokens during call of an entrypoint).
Last updated