Type Alias AffidavitId

Source
pub type AffidavitId<T> = <T as Config>::AccountId;
Expand description

The runtime-storable identifier of an affidavit key.

This represents the public identity of an affidavit key as stored on-chain. While application crypto operates on raw public keys, the runtime persists this identifier in the runtime’s AccountId format for consistency and interoperability with other pallets.