pub const URN_PREFIX: &str = "urn:dig:chia:";Expand description
The fixed URN prefix for the Chia-anchored DIG content scheme (urn:dig: + the canonical chia
chain label). Pinned against the protocol’s own prefix + chain by
[tests::prefix_matches_protocol].