Crate pallet_duniter_account
source ·Expand description
§Duniter Account Pallet
Duniter customizes the AccountData
of the Balances
Substrate pallet to include additional fields
such as linked_idty
.
§Sufficiency
DuniterAccount adjusts the Substrate AccountInfo
to accommodate identity-linked accounts without requiring
an existential deposit. This flexibility helps reduce barriers to account creation.
§Linked Identity
Duniter allows accounts to be linked to identities using the linked_idty
field. This linkage facilitates
transaction fee refunds through the OnChargeTransaction
mechanism.
Re-exports§
pub use weights::WeightInfo;
pub use pallet::*;
Modules§
- The
pallet
module in each FRAME pallet hosts the most important items needed to construct this pallet. - types 🔒
Structs§
- Account data structure.