Structs§
- Bounded
Bytes String - The
bytes/stringtype of Solidity. It is different fromVec<u8>which will be serialized with padding for eachu8element of the array, whileBytesis 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.