SecretNET.NFT Namespace

AccessLevel Enumeration

AccessLevel determines the type of access being granted or revoked to the specified address.

Namespace:  SecretNET.NFT
Assembly:  SecretNET.NFT (in SecretNET.NFT.dll)

Syntax


public enum AccessLevel
Public Enumeration AccessLevel
public enum class AccessLevel

Members


Member nameDescription
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.