referrerpolicy=no-referrer-when-downgrade

Type Alias pallet_transaction_storage::pallet::ByteFee

source ·
pub type ByteFee<T: Config> = StorageValue<_GeneratedPrefixForStorageByteFee<T>, <<T as Config>::Currency as Inspect<<T as Config>::AccountId>>::Balance>;
Expand description

Storage fee per byte.

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

Aliased Type§

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