Const
Validation schema for the capability of a non-fungible token. Defines the three capability types supported on BCH: minting tokens can create new NFTs, mutable tokens can update their commitment, and none tokens cannot be changed after creation.
{ "inputs|outputs": { "[id]": { "token": { "nft": { "capability": "minting" ← this schema } } } }} Copy
{ "inputs|outputs": { "[id]": { "token": { "nft": { "capability": "minting" ← this schema } } } }}
Validation schema for the capability of a non-fungible token. Defines the three capability types supported on BCH: minting tokens can create new NFTs, mutable tokens can update their commitment, and none tokens cannot be changed after creation.