Development Documentation (main branch) - For stable release docs, see docs.rs/eidetica
Skip to main content

RawData

Type Alias RawData 

Source
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 */ }