1 2 3 4 5 6
//! Witness-set declaration workflows. //! //! Assemble a spend-anchor witness set from `NAME=KEY` member specs, compute //! its content SAID, and anchor the declaration in the identity's KEL. pub use crate::domains::identity::witness_set::*;