OrderbookReserveInterface

circle-exclamation

interface OrderbookReserveInterface

imports OrderListInterface

Source: OrderbookReserveInterface.solarrow-up-right


<AUTOGENERATED_TABLE_OF_CONTENTS>

Initialisation of an orderbook reserve.


function init() public returns (bool) Returns:\ True if orderbook reserve has successfully initialised.

kncRateBlocksTradearrow-up-right

If KNC depreciates too much, trades are blocked because the staked KNC tokens for active orders are insufficient.


function kncRateBlocksTrade() public view returns (bool) Returns:\ True if orderbook reserve's trades are blocked due to KNC depreciation.

Last updated

Was this helpful?