Module orml_traits::currency
source · Enums
Status of funds.
Traits
Abstraction over a fungible (single) currency system.
Extended
BasicCurrency
with additional helper types and methods.A fungible single currency system whose accounts can have liquidity
restrictions.
A fungible single currency system where funds can be reserved from the user.
Abstraction over a fungible multi-currency system.
Extended
MultiCurrency
with additional helper types and methods.A fungible multi-currency system whose accounts can have liquidity
restrictions.
A fungible multi-currency system where funds can be reserved from the user.
A fungible single currency system where funds can be reserved from the user
with an identifier.
A fungible multi-currency system where funds can be reserved from the user
with an identifier.
Handler for account which has dust, need to burn or recycle it
Type Definitions
An identifier for a lock. Used for disambiguating different locks so that
they can be individually replaced or removed.
Attribute Macros
Execute the annotated function in a new storage transaction.