Trait pallet_xyk::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§

Registry support

Share token support

Multi currency for transfer of currencies

Native Asset Id

Weight information for the extrinsics.

Trading fee rate

Minimum trading limit

Minimum pool liquidity

Max fraction of pool to sell in single transaction

Max fraction of pool to buy in single transaction

Called to ensure that pool can be created

AMM handlers

Discounted fee

Account whitelist manager to exclude pool accounts from dusting mechanism.

Implementors§