Expand description

Configuration trait of this pallet.

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

Associated Types

The balance of an account.

Handler for the unbalanced reduction when removing a dust account.

The overarching event type.

The minimum amount required to keep an account open.

The means of storing the balances of an account.

Weight information for extrinsics in this pallet.

The maximum number of locks that should exist on an account. Not strictly enforced, but used for weight estimation.

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

The id type for named reserves.

The accounting pallet.

Implementors