Crate pallet_account_manager
source ·Expand description
Re-exports
pub use crate::pallet::*;
Modules
- The
pallet
module in each FRAME pallet hosts the most important items needed to construct this pallet.
Macros
- The purpose of this macro is to setup the currency adapter for a runtime so that it can be author-aware. This needs to be a macro since the injection site can only be at the runtime, we don’t want to import pallet-balances or pallet-transaction-payment, since these traits are not available in frame_support and only in their respective pallets.