Skip to main content

Id

Type Alias Id 

Source
pub type Id = String;
Expand description

Domain types re-exported from kindling_types so the daemon client is a self-contained SDK: depend on kindling-client alone and reach every type the API sends or returns as kindling_client::<Type>. kindling-types stays an internal transitive dependency you never have to name. Unique identifier for entities. Implementation uses UUIDv4 format.

Aliased Typeยง

pub struct Id { /* private fields */ }