usedid_simple::{methods::key::DidKey,methods::DidDyn};/// This is like an account UUID, it provides a unique identifier for the
/// account. Changing it is impossible.
#[derive(Debug)]pubstructDidRoot(DidKey);#[derive(Debug)]pubstructDidChain{pubroot: DidRoot,
pubchain:Vec<DidDyn>,
}