Type Definition escrow::pallet::SlopeChanges

source ·
pub type SlopeChanges<T: Config> = StorageMap<_GeneratedPrefixForStorageSlopeChanges<T>, Blake2_128Concat, BlockNumberFor<T>, <<T as Config>::Currency as Currency<<T as Config>::AccountId>>::Balance, ValueQuery>;
Expand description

Storage type is [StorageMap] with key type BlockNumberFor < T > and value type BalanceOf < T >.