Trait pallet_lbp::pallet::Config

source ·
Expand description

Configuration trait of this pallet.

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

Required Associated Types§

Multi currency for transfer of currencies

Universal locked balance getter for tracking of fee collector balance

The origin which can create a new pool

Function for calculation of LBP weights

Mapping of asset pairs to unique pool identities

Weight information for the extrinsics

Minimum trading limit, sole purpose of this is to keep the math working

Minimum pool liquidity, sole purpose of this is to keep the math working

Max fraction of pool to sell in single transaction

Max fraction of pool to buy in single transaction

The block number provider

Implementors§