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

    Variable XOTemplatePrimitiveTypesConst

    XOTemplatePrimitiveTypes: {
        BIGINT: "bigint";
        BOOLEAN: "boolean";
        BYTES: "bytes";
        INTEGER: "integer";
        PRIVATE_KEY: "private_key";
        PUBLIC_KEY: "public_key";
        STRING: "string";
    } = ...

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

    Type Declaration

    • ReadonlyBIGINT: "bigint"
    • ReadonlyBOOLEAN: "boolean"
    • ReadonlyBYTES: "bytes"
    • ReadonlyINTEGER: "integer"
    • ReadonlyPRIVATE_KEY: "private_key"
    • ReadonlyPUBLIC_KEY: "public_key"
    • ReadonlySTRING: "string"