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

    Type Alias XOTemplateToken

    Token configuration for outputs and inputs.

    type XOTemplateToken = {
        amount?: bigint | string | null;
        category?: string;
        nft?: XOTemplateNonFungibleTokenDetails | null;
    }
    Index

    Properties

    amount?: bigint | string | null

    The amount of fungible tokens as a bigint, a CashASM expression resolving to a bigint, or null indicating no FT is present.

    category?: string

    The category of the token, as a string or CashASM expression resolving to a category.

    Non-fungible token configuration. Null indicates no NFT is present.