Interface ListListingsResult

interface ListListingsResult {
    page: orderbook.Page;
    result: orderbook.Listing[];
}

Properties

Properties

result: orderbook.Listing[]