Crate pallet_universal_dividend
source ·Expand description
§Duniter Universal Dividend Pallet
One of Duniter’s core features is the Universal Dividend (UD), which operates based on the Relative Theory of Money. The UD serves both as a daily monetary creation mechanism and a unit of measure within the Duniter ecosystem.
§Overview
This pallet enables:
- Creation of Universal Dividends (UD) as a daily monetary issuance and measure unit.
- Transfer of currency denominated in UD between accounts.
Note: The UD is not automatically created daily for every account due to resource constraints. Instead, members must claim their UD using a specific extrinsic.
Re-exports§
pub use pallet::*;
Modules§
- The
pallet
module in each FRAME pallet hosts the most important items needed to construct this pallet. - types 🔒
- weights 🔒
Structs§
- Represents the first eligible Universal Dividend.
Traits§
- Weight functions needed for pallet_universal_dividend.