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

    Variable XOTemplateBaseTypesConst

    XOTemplateBaseTypes: {
        BIGINT: "bigint";
        BOOLEAN: "boolean";
        BYTES: "bytes";
        INTEGER: "integer";
        STRING: "string";
    } = ...

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

    Type Declaration

    • ReadonlyBIGINT: "bigint"
    • ReadonlyBOOLEAN: "boolean"
    • ReadonlyBYTES: "bytes"
    • ReadonlyINTEGER: "integer"
    • ReadonlySTRING: "string"