Enumeration NonFungibleTokenCapability

The capability assigned to a particular non-fungible token.

Enumeration Members

Enumeration Members

minting: "minting"

The minting capability (0x02), i.e. the token is a minting token.

mutable: "mutable"

The mutable capability (0x01), i.e. the token is a mutable token.

none: "none"

No capability, i.e. the token is an immutable token.

Generated using TypeDoc