pub type Logs<L> = BTreeMap<VerifyingKey, Vec<L>>;Expand description
A map of author logs.
Aliased Typeยง
pub struct Logs<L> { /* private fields */ }pub type Logs<L> = BTreeMap<VerifyingKey, Vec<L>>;A map of author logs.
pub struct Logs<L> { /* private fields */ }