Skip to main content

HexId

Type Alias HexId 

Source
pub type HexId = String;
Expand description

A lower-case 64-hex identifier on the wire (e.g. a store_id, root, retrieval_key, or peer_id). A type alias for documentation; validation is the boundary’s job.

Aliased Type§

pub struct HexId { /* private fields */ }