Expand description
Structs§
- Address
- Address -
address
- Array
- Array -
T[]
- Bool
- Bool -
bool
- Byte
Count - Specifies the number of bytes in a
FixedBytes
array as a type. - Bytes
- Bytes -
bytes
- Fixed
Array - FixedArray -
T[M]
- Fixed
Bytes - FixedBytes -
bytesX
- Function
- Function -
function
- Int
- Int -
intX
- IntBit
Count - Specifies the number of bits in an
Int
orUint
as a type. - String
- String -
string
- Uint
- Uint -
uintX
Traits§
- Supported
Fixed Bytes - Statically guarantees that a
FixedBytes
byte count is marked as supported. - Supported
Int - Statically guarantees that a
Int
orUint
bit count is marked as supported.