Packages
network
enums
Contractschemavalue

@latticexyz/network / ContractSchemaValue

Enumeration: ContractSchemaValue

Table of contents

Enumeration Members

Enumeration Members

ADDRESS

ADDRESS = 16

Defined in

types.ts:166 (opens in a new tab)


BOOL

BOOL = 0

Defined in

types.ts:150 (opens in a new tab)


BOOL_ARRAY

BOOL_ARRAY = 18

Defined in

types.ts:168 (opens in a new tab)


BYTES

BYTES = 14

Defined in

types.ts:164 (opens in a new tab)


BYTES4

BYTES4 = 17

Defined in

types.ts:167 (opens in a new tab)


BYTES_ARRAY

BYTES_ARRAY = 32

Defined in

types.ts:182 (opens in a new tab)


INT

INT = 7

Defined in

types.ts:157 (opens in a new tab)


INT128

INT128 = 5

Defined in

types.ts:155 (opens in a new tab)


INT128_ARRAY

INT128_ARRAY = 23

Defined in

types.ts:173 (opens in a new tab)


INT16

INT16 = 2

Defined in

types.ts:152 (opens in a new tab)


INT16_ARRAY

INT16_ARRAY = 20

Defined in

types.ts:170 (opens in a new tab)


INT256

INT256 = 6

Defined in

types.ts:156 (opens in a new tab)


INT256_ARRAY

INT256_ARRAY = 24

Defined in

types.ts:174 (opens in a new tab)


INT32

INT32 = 3

Defined in

types.ts:153 (opens in a new tab)


INT32_ARRAY

INT32_ARRAY = 21

Defined in

types.ts:171 (opens in a new tab)


INT64

INT64 = 4

Defined in

types.ts:154 (opens in a new tab)


INT64_ARRAY

INT64_ARRAY = 22

Defined in

types.ts:172 (opens in a new tab)


INT8

INT8 = 1

Defined in

types.ts:151 (opens in a new tab)


INT8_ARRAY

INT8_ARRAY = 19

Defined in

types.ts:169 (opens in a new tab)


INT_ARRAY

INT_ARRAY = 25

Defined in

types.ts:175 (opens in a new tab)


STRING

STRING = 15

Defined in

types.ts:165 (opens in a new tab)


STRING_ARRAY

STRING_ARRAY = 33

Defined in

types.ts:183 (opens in a new tab)


UINT128

UINT128 = 12

Defined in

types.ts:162 (opens in a new tab)


UINT128_ARRAY

UINT128_ARRAY = 30

Defined in

types.ts:180 (opens in a new tab)


UINT16

UINT16 = 9

Defined in

types.ts:159 (opens in a new tab)


UINT16_ARRAY

UINT16_ARRAY = 27

Defined in

types.ts:177 (opens in a new tab)


UINT256

UINT256 = 13

Defined in

types.ts:163 (opens in a new tab)


UINT256_ARRAY

UINT256_ARRAY = 31

Defined in

types.ts:181 (opens in a new tab)


UINT32

UINT32 = 10

Defined in

types.ts:160 (opens in a new tab)


UINT32_ARRAY

UINT32_ARRAY = 28

Defined in

types.ts:178 (opens in a new tab)


UINT64

UINT64 = 11

Defined in

types.ts:161 (opens in a new tab)


UINT64_ARRAY

UINT64_ARRAY = 29

Defined in

types.ts:179 (opens in a new tab)


UINT8

UINT8 = 8

Defined in

types.ts:158 (opens in a new tab)


UINT8_ARRAY

UINT8_ARRAY = 26

Defined in

types.ts:176 (opens in a new tab)