hc_deepkey_types/lib.rs
pub mod app_binding;
pub mod authority_spec;
pub mod authorized_spec_change;
pub mod change_rule;
pub mod key_anchor;
pub mod key_meta;
pub mod key_registration;
pub mod keyset_root;
pub use app_binding::*;
pub use authority_spec::*;
pub use authorized_spec_change::*;
pub use change_rule::*;
pub use key_anchor::*;
pub use key_meta::*;
pub use key_registration::*;
pub use keyset_root::*;
use std::collections::BTreeMap;
pub type MetaData = BTreeMap<String, rmpv::Value>;