Expand description

Configure the pallet by specifying the parameters and types on which it depends.

Required Associated Types§

Overarching event type.

The currency mechanism.

Origin that can dictate updating parameters of this pallet.

Account Identifier from which the internal Pot is generated.

Maximum number of candidates that we should have. This is enforced in code.

This does not take into account the invulnerables.

Minimum number of candidates that we should have. This is used for disaster recovery.

This does not take into account the invulnerables.

Maximum number of invulnerables. This is enforced in code.

A stable ID for a validator.

A conversion from account ID to validator ID.

Its cost must be at most one storage read.

Validate a user is registered

The weight information of this pallet.

Implementors§