Expand description
Module providing various byte sequence wrapper types for use by the Partner Chains Toolkit crates
Structs§
- Bounded
String - Bounded-length bytes representing a UTF-8 text string
- Byte
String - Wrapper for bytes that is serialized as hex string To be used for binary data that we want to display nicely but don’t have a specific type for
- Sized
Byte String - Constant size variant of
ByteString
that’s usable in a FRAME runtime