dig-did 0.1.0

The DIG Network canonical Chia DID expert crate: a pure, key-free, network-free SpendBundle-builder for Chia Decentralized Identifiers. Builds the exact CoinSpends for every DID lifecycle operation and reports the exact signatures a caller must produce — never holds a key, never signs, never broadcasts.
Documentation
1
2
3
4
5
6
//! DID hydration from chain data (SPEC §3 & §5, unit U9).
//!
//! Will own reconstructing a spendable [`crate::Did`] (coin + lineage proof + info) from a parent
//! coin spend, applying the fail-closed lineage/hint rules of SPEC §5: a missing lineage proof or
//! owner hint is an error ([`crate::DidError::MissingLineage`] / [`crate::DidError::MissingHint`]),
//! never a silently-degraded DID.