Module bytes

Source

Structs§

BoundedBytesString
The 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.
BytesKind
StringKind

Type Aliases§

BoundedBytes
BoundedString
UnboundedBytes
UnboundedString