Skip to main content

NodeIdentities

Type Alias NodeIdentities 

Source
pub type NodeIdentities = HashMap<String, NodeIdentity>;
Expand description

Per-node identities, keyed by node id. Only source and sink nodes appear.

Aliased Typeยง

pub struct NodeIdentities { /* private fields */ }