referrerpolicy=no-referrer-when-downgrade

EntryFee

Type Alias EntryFee 

Source
pub type EntryFee<T: Config> = StorageValue<_GeneratedPrefixForStorageEntryFee<T>, <<T as Config>::Currency as Inspect<<T as Config>::AccountId>>::Balance>;
Expand description

Storage fee per transaction.

Storage type is [StorageValue] with value type BalanceOf < T >.

Aliased Type§

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