Expand description

Configuration trait of this pallet.

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

Required Associated Types§

The overarching event type.

The currency trait.

Convert the block number into a balance.

The minimum amount transferred to call vested_transfer.

Weight information for extrinsics in this pallet.

Reasons that determine under which conditions the balance may drop below the unvested amount.

Required Associated Constants§

Maximum number of vesting schedules an account may have at a given moment.

Implementors§