Structs§
- Bounded
Bytes String - The
bytes/string
type of Solidity. It is different fromVec<u8>
which will be serialized with padding for eachu8
element of the array, whileBytes
is tightly packed. - Bytes
Kind - String
Kind
bytes/string
type of Solidity.
It is different from Vec<u8>
which will be serialized with padding for each u8
element
of the array, while Bytes
is tightly packed.