Expand description

Configuration trait of this pallet.

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

Required Associated Types§

The balance type

The amount type, should be signed version of Balance

The currency ID type

Weight information for extrinsics in this module.

The minimum amount required to keep an account. It’s deprecated to config 0 as ED for any currency_id, zero ED will retain account even if its total is zero. Since accounts of orml_tokens are also used as providers of System::AccountInfo, zero ED may cause some problems.

Handler to burn or transfer account’s dust

Handler for when an account was created

Handler for when an account was created

The maximum number of named reserves that can exist on an account.

The id type for named reserves.

Implementors§