pub type DigestSource<T> = <T as Config>::AccountId;
Represents the source for generating a digest, typically the runtime-caller’s AccountId that seeds it.
AccountId