pub type Logs<L> = HashMap<PublicKey, Vec<L>>;
A map of author logs.
pub struct Logs<L> { /* private fields */ }