pub type RawData = Vec<u8>;Expand description
Opaque payload bytes embedded in an Entry.
Each Store owns the format of its own payload (JSON, CBOR, raw binary, etc.);
the entry layer treats RawData as a byte string and does not interpret it.
Encoded as a CBOR byte string (major type 2) in DAG-CBOR for IPLD compatibility.
Aliased Typeยง
pub struct RawData { /* private fields */ }