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: 16
BOOL: 1
F32: 14
F64: 15
I128: 12
I16: 9
I256: 13
I32: 10
I64: 11
I8: 8
SERIALIZABLE: 18
SERIALIZABLE_OBJECT_ARRAY: 19
STRING: 0
U128: 6
U16: 3
U256: 7
U32: 4
U64: 5
U8: 2
UINT8ARRAY: 17