pub type AuthorAsset<T> = <<T as Config>::CommitmentAdapter as InspectAsset<Author<T>>>::Asset;Expand description
Represents the asset or balance type associated with an Author
in the context of funding, staking, or collateral.
Typically used for collateral management, reward calculation, and fund tracking.