Interface BidResult

interface BidResult {
    result: orderbook.Bid;
}

Properties

Properties

result: orderbook.Bid