Module alloy_sol_types::sol_data
source · Expand description
Structs
- Address -
address - Array -
T[] - Bool -
bool - Specifies the number of bytes in a
FixedBytesarray as a type. - Bytes -
bytes - FixedArray -
T[M] - FixedBytes -
bytesX - Function -
function - Int -
intX - String -
string - Uint -
uintX
Traits
- Statically guarantees that a
FixedBytesbyte count is marked as supported.