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

    Variable XOTemplatePrimitiveTypesConst

    XOTemplatePrimitiveTypes: {
        EXTENDED_PUBLIC_KEY: "extended_public_key";
        FUNGIBLE_TOKEN_AMOUNT: "token_amount";
        NFT_COMMITMENT: "nft_commitment";
        NON_FUNGIBLE_TOKEN_CAPABILITY: "token_capability";
        NON_FUNGIBLE_TOKEN_COMMITMENT: "token_commitment";
        PRIVATE_KEY: "private_key";
        PUBLIC_KEY: "public_key";
        SATOSHIS: "satoshis";
        SCHNORR_SIGNATURE: "signature";
        TEMPLATE_IDENTIFIER: "template_identifier";
        TIMESTAMP: "timestamp";
        TOKEN_CATEGORY: "token_category";
        TRANSACTION_HASH: "transaction_hash";
    } = ...

    Values for primitive types declared in an XO template. Used by constants, variables, and data fields.

    Type Declaration

    • ReadonlyEXTENDED_PUBLIC_KEY: "extended_public_key"
    • ReadonlyFUNGIBLE_TOKEN_AMOUNT: "token_amount"
    • ReadonlyNFT_COMMITMENT: "nft_commitment"
    • ReadonlyNON_FUNGIBLE_TOKEN_CAPABILITY: "token_capability"
    • ReadonlyNON_FUNGIBLE_TOKEN_COMMITMENT: "token_commitment"
    • ReadonlyPRIVATE_KEY: "private_key"
    • ReadonlyPUBLIC_KEY: "public_key"
    • ReadonlySATOSHIS: "satoshis"
    • ReadonlySCHNORR_SIGNATURE: "signature"
    • ReadonlyTEMPLATE_IDENTIFIER: "template_identifier"
    • ReadonlyTIMESTAMP: "timestamp"
    • ReadonlyTOKEN_CATEGORY: "token_category"
    • ReadonlyTRANSACTION_HASH: "transaction_hash"