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§
Structs§
- GasCosts
- Gas costs.
- Genesis
- Genesis state for the consensus module.
- Module
- Parameters
- Parameters for the consensus module.
Enums§
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.