Module pallet_fees::pallet

source ·
Expand description

The module that hosts all the FRAME types needed to add this pallet to a runtime.

Structs

Genesis configuration
The pallet implementing the on-chain logic.

Enums

Contains one variant per dispatchable that can be called by an extrinsic.
Custom dispatch errors of this pallet.
The event emitted by this pallet.

Traits

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

Type Definitions

Account fees accumulated by eras
The active era information, it holds index and start.
The current session of the era.
The total fees for the era. If total hasn’t been set or has been removed then 0 stake is returned.
ModuleDeprecated
Type alias to Pallet, to be used by construct_runtime.
The total fees for the session. If total hasn’t been set or has been removed then 0 stake is returned.
Map from all stored sessions.