orml-prices 0.1.1

Provide basic asset price abstraction.
orml-prices-0.1.1 doesn't have any documentation.

Prices module

Overview

This module is been used to get the prices from a source DataProvider i.e. Oracle module, and calculate the price for a given CurrencyId pair. fn get_price(base_currency_id: CurrencyId, quote_currency_id: CurrencyId) -> Option<Price>