Crate pallet_oneshot_account
source ·Expand description
§Duniter Oneshot Account Pallet
Duniter Oneshot Account Pallet introduces lightweight accounts that do not utilize AccountInfo
, including fields like nonce, consumers, providers, sufficients, free, reserved. These accounts are designed for single-use scenarios, aiming to reduce transaction weight and associated fees. The primary use cases include anonymous transactions and physical support scenarios where lightweight and disposable accounts are beneficial.
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§
- Wrapper around
frame_system::CheckNonce<T>
.
Enums§
- The type of account.