Fetches current OrderBook and returns as many matching orderIds (at current ETHFiat rate) as fits into the provided gas limit. if no gasLimit provided then ethereumConnection.safeBlockGasLimit is used The returned matchingOrders can be passed to signAndSendMatchMultiple or matchMultiple functions
pairs of matching order id , ordered by execution sequence { buyIds: [], sellIds: [], gasEstimate }
Fetches, parses and orders the current, full orderBook from Exchange
the current, ordered orderBook
Returns a [Transaction] object with which can be signed and sent or sent to the ethereum network
use [getMatchingOrders] method to get it
Generated using TypeDoc
Augmint Exchange contract class