Enumeration NftModelBlockchainState

The state of an NFT Model on the blockchain.

Enumeration Members

Enumeration Members

Completed: "COMPLETED"

All NFTs in this model have been transferred to users.

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