Expand description

Configuration trait of this pallet.

Implement this type for a runtime in order to customize this pallet.

Required Associated Types§

Asset type.

Currency for transfers.

Pallet id.

Minimum total rewards to distribute from global farm during liquidity mining.

Minimum number of periods to run liquidity mining program.

The block number provider

Id used to identify amm pool in liquidity mining pallet.

Maximum number of yield farms same LP shares can be re/deposited into. This value always MUST BE >= 1.

Max number of yield farms can exist in global farm. This includes all farms in the storage(active, stopped, terminated).

Asset Registry - used to check if asset is correctly registered in asset registry and provides information about existential deposit of the asset.

Account whitelist manager to exclude pool accounts from dusting mechanism.

Implementors§