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: 11
BOOL: 1
F32: 9
F64: 10
I32: 7
I64: 8
SERIALIZABLE: 13
SERIALIZABLE_OBJECT_ARRAY: 14
STRING: 0
U128: 5
U256: 6
U32: 3
U64: 4
U8: 2
UINT8ARRAY: 12

Generated using TypeDoc