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

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