Skip to content

Latest commit

 

History

History
45 lines (25 loc) · 1.87 KB

orderbookreserveinterface.md

File metadata and controls

45 lines (25 loc) · 1.87 KB

OrderbookReserveInterface

{% hint style="warning" %} You are referring to the Legacy version of KyberSwap docs.

For the most updated information, please refer to:

interface OrderbookReserveInterface

imports OrderListInterface

Source: OrderbookReserveInterface.sol


INDEX

<AUTOGENERATED_TABLE_OF_CONTENTS>

REFERENCE

Functions

init

Initialisation of an orderbook reserve.


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

kncRateBlocksTrade

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.