Structs§
- Writeable
Bytes - Wrapper for
Vec<u8>. Encoding is similar to Borsh, where the length is encoded as u32 (but in this case, it’s big endian).
Traits§
- Readable
- Type
Prefixed Payload - Trait to capture common payload behavior. We do not recommend overwriting
any trait methods. Simply set the type constant and implement
ReadableandWriteable. - Writeable