Enumeration ArgTypes

Typed Arguments facilitating the differentiation between different argument types due to Javascript's single number type.

Remarks

In AssemblyScript the latter are all native types

Enumeration Members

ARRAY: 12
BOOL: 1
F32: 10
F64: 11
I128: 5
I32: 8
I64: 9
SERIALIZABLE: 14
SERIALIZABLE_OBJECT_ARRAY: 15
STRING: 0
U128: 6
U256: 7
U32: 3
U64: 4
U8: 2
UINT8ARRAY: 13

Generated using TypeDoc