Module precompile_utils::solidity::codec::bytes
source · Structs§
- 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.