Trait runtime_common::apis::OrderBookApi
source · pub trait OrderBookApi<Block: BlockT, CurrencyId, Balance>: Core<Block>where
CurrencyId: Codec,
Balance: Codec,{
// Provided method
fn min_fulfillment_amount(
&self,
__runtime_api_at_param__: <Block as BlockT>::Hash,
currency: CurrencyId
) -> Result<Option<Balance>, ApiError> { ... }
}
Expand description
Runtime API for the order book pallet.