Crate pallet_transfer
source · [−]Expand description
Replacement for the transfer mechanism in balances module.
This module essentially replaces the existing
transfer
function in the balances module by adding an additional tracking
mechanism for when the user is offline. It also allows us to manage distribution of funds
from the faucet so that funds are not resent to users when there is a network failure.
Re-exports
pub use __tt_default_parts_6 as tt_default_parts;
Structs
Enums
Contains one variant per dispatchable that can be called by an extrinsic.
Custom dispatch errors of this pallet.
Traits
Configuration trait of this pallet.
Type Definitions
ModuleDeprecated
Type alias to Pallet
, to be used by construct_runtime
.