Type Alias cfg_types::pools::PoolFeesList
source · pub type PoolFeesList<FeeId, AccountId, Balance, Rate> = Vec<PoolFeesOfBucket<FeeId, AccountId, Balance, Rate>>;
Expand description
Represent all active fees of a pool divided by buckets
Aliased Type§
struct PoolFeesList<FeeId, AccountId, Balance, Rate> { /* private fields */ }