pub type EventTags = BTreeMap<Vec<u8>, Vec<Value>>;
Event tags with values accumulated by key.
struct EventTags { /* private fields */ }