Enumeration TypeID

Enumeration of type identifiers used within the Casper type system. Each TypeID uniquely identifies a specific data type.

Enumeration Members

Any: 21
Bool: 0
ByteArray: 15
I32: 1
I64: 2
Key: 11
List: 14
Map: 17
Option: 13
PublicKey: 22
Result: 16
String: 10
Tuple1: 18
Tuple2: 19
Tuple3: 20
U128: 6
U256: 7
U32: 4
U512: 8
U64: 5
U8: 3
URef: 12
Unit: 9

Generated using TypeDoc