Interface ListBidsResult

interface ListBidsResult {
    page: orderbook.Page;
    result: orderbook.Bid[];
}

Properties

Properties

result: orderbook.Bid[]