Module byte_string

Source
Expand description

Module providing various byte sequence wrapper types for use by the Partner Chains Toolkit crates

Structs§

BoundedString
Bounded-length bytes representing a UTF-8 text string
ByteString
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
SizedByteString
Constant size variant of ByteString that’s usable in a FRAME runtime