AccessLevel Enumeration
AccessLevel determines the type of access being granted or revoked to the specified address.
Namespace:
SecretNET.NFTAssembly: SecretNET.NFT (in SecretNET.NFT.dll)
Members
| Member name | Description | |
|---|---|---|
| none | Revoke any approval (both token and inventory-wide) previously granted to the specified address (or for everyone if using SetGlobalApproval). | |
| approve_token | Grant approval only on the token specified in the message. | |
| revoke_token | Revoke a previous approval on the specified token. | |
| all | Grant approval for all tokens in the message signer's inventory. This approval will also apply to any tokens the signer acquires after granting all approval. |

