Module consensus_accounts

Source
Expand description

Consensus accounts module.

This module allows consensus transfers in and out of the runtime account, while keeping track of amount deposited per account.

Modules§

state
State schema.
types
Consensus module types.

Structs§

GasCosts
Gas costs.
Genesis
Genesis state for the consensus module.
Module
Parameters
Parameters for the consensus module.

Enums§

Error
Event
Events emitted by the consensus accounts module.

Statics§

ADDRESS_PENDING_DELEGATION
Module’s address that has the tokens pending delegation.
ADDRESS_PENDING_WITHDRAWAL
Module’s address that has the tokens pending withdrawal.

Traits§

API
Interface that can be called from other modules.