[][src]Crate orml_traits

Re-exports

pub use auction::Auction;
pub use auction::AuctionHandler;
pub use auction::AuctionInfo;
pub use auction::OnNewBidResult;

Modules

arithmetic
auction

Enums

BalanceStatus

Status of funds.

Traits

BasicCurrency

Abstraction over a fungible (single) currency system.

BasicCurrencyExtended

Extended BasicCurrency with additional helper types and methods.

BasicLockableCurrency

A fungible single currency system whose accounts can have liquidity restrictions.

BasicReservableCurrency

A fungible single currency system where funds can be reserved from the user.

CombineData

Combine data provided by operators

DataProvider
DataProviderExtended
MultiCurrency

Abstraction over a fungible multi-currency system.

MultiCurrencyExtended

Extended MultiCurrency with additional helper types and methods.

MultiLockableCurrency

A fungible multi-currency system whose accounts can have liquidity restrictions.

MultiReservableCurrency

A fungible multi-currency system where funds can be reserved from the user.

OnDustRemoval
OnNewData
OnRedundantCall
PriceProvider

Type Definitions

LockIdentifier

An identifier for a lock. Used for disambiguating different locks so that they can be individually replaced or removed.