@xo-cash/utils
    Preparing search index...

    Variable xoTemplateNftCapabilitySchemaConst

    xoTemplateNftCapabilitySchema: ZodEnum<
        { minting: "minting"; mutable: "mutable"; none: "none" },
    > = ...

    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
    }
    }
    }
    }
    }