Type Alias pallet_transaction_storage::pallet::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 */);