Type Alias pallet_gear_gas::pallet::Allowance

source ·
pub type Allowance<T> = StorageValue<_GeneratedPrefixForStorageAllowance<T>, Balance, ValueQuery, <T as Config>::BlockGasLimit>;
Expand description

Storage type is [StorageValue] with value type Balance.

Aliased Type§

struct Allowance<T>(/* private fields */);