Interface ListBidsResult

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

Properties

Properties

result: Bid[]