Enumeration NftSetBlockchainState

The state of an NFT Set on the blockchain.

Enumeration Members

Enumeration Members

Error: "ERROR"

An error occurred with this item's last blockchain operation.

Minted: "MINTED"

The item is minted, and are no pending operations on it.

Minting: "MINTING"

The item is being minted.

Unminted: "UNMINTED"

The item hasn't been minted yet.

Generated using TypeDoc