Module frame_support::traits::tokens::currency
source · Expand description
The Currency trait and associated types.
Structs
- A non-const
Get
implementation parameterised by aCurrency
impl which provides the result ofactive_issuance
. - A non-const
Get
implementation parameterised by aCurrency
impl which provides the result oftotal_issuance
.
Traits
- Abstraction over a fungible assets system.
- A currency whose accounts can have liquidity restrictions.
- A currency where funds can be reserved from the user.
- A vesting schedule over a currency. This allows a particular currency to have vesting limits applied to it.
Type Definitions
- An identifier for a lock. Used for disambiguating different locks so that they can be individually replaced or removed.