Variable BUILTIN_TYPESConst

BUILTIN_TYPES: {
    ADDRESS_TYPE: TypeDescriptor<string>;
    BOOL_TYPE: TypeDescriptor<number>;
    U128_TYPE: TypeDescriptor<number>;
    U16_TYPE: TypeDescriptor<number>;
    U256_TYPE: TypeDescriptor<number>;
    U32_TYPE: TypeDescriptor<number>;
    U64_TYPE: TypeDescriptor<number>;
    U8_TYPE: TypeDescriptor<number>;
    VECTOR_TYPE: typeof vectorType;
    VECTOR_TYPE_ANY: TypeDescriptor<any[]>;
}