Module frame_support::traits::tokens [−][src]
Expand description
Traits for working with tokens and their associated datastructures.
Re-exports
pub use imbalance::Imbalance;
Modules
The Currency trait and associated types.
The traits for dealing with a single fungible token class and any associated types.
The traits for sets of fungible tokens and any associated types.
The imbalance trait type and its associates, which handles keeps everything adding up properly with unbalanced operations.
Traits for dealing with a single non-fungible asset class.
Traits for dealing with multiple collections of non-fungible assets.
Structs
Reasons for moving funds out of an account.
Enums
Status of funds.
One of a number of consequences of withdrawing a fungible from an account.
Simple boolean for whether an account needs to be kept in existence.
One of a number of consequences of withdrawing a fungible from an account.
Traits
Converts a balance value into an asset balance.