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ยง
- benchmarking ๐
- check_nonce ๐
- 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.
Type Aliasesยง
- AccountIdOf ๐
- BalanceOf ๐