pub type AuthorDigest<T> = <<T as Config>::CommitmentAdapter as Commitment<Author<T>>>::Digest;Expand description
Represents a cryptographic digest, a unique identifier for an Author.
Useful for referencing authors via commitments (funding) instead of its direct enrollment account IDs.