Type Alias pallet_pool_fees::pallet::PoolFeeInfoOf
source · pub type PoolFeeInfoOf<T> = PoolFeeInfo<<T as Config>::AccountId, <T as Config>::Balance, <T as Config>::Rate>;
Aliased Type§
struct PoolFeeInfoOf<T> {
pub destination: <T as Config>::AccountId,
pub editor: PoolFeeEditor<<T as Config>::AccountId>,
pub fee_type: PoolFeeType<<T as Config>::Balance, <T as Config>::Rate>,
}
Fields§
§destination: <T as Config>::AccountId
Account that the fees are sent to
editor: PoolFeeEditor<<T as Config>::AccountId>
Account that can update this fee
fee_type: PoolFeeType<<T as Config>::Balance, <T as Config>::Rate>
Amount of fees that can be charged