referrerpolicy=no-referrer-when-downgrade
pallet_transaction_storage::pallet

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§

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