Type Alias AffidavitTxPriority

Source
pub type AffidavitTxPriority<T: Config> = StorageValue<_GeneratedPrefixForStorageAffidavitTxPriority<T>, TransactionPriority, ValueQuery>;
Expand description

Transaction priority for the Pallet::declare extrinsic.

Controls the relative importance of affidavit submissions in the transaction pool.

This extrinsic is propagated to other peers, so its priority influences network-wide inclusion and ordering behavior.

Storage type is [StorageValue] with value type TransactionPriority.

Aliased Typeยง

pub struct AffidavitTxPriority<T: Config>(/* private fields */);