Interface ListListingsResult

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

Properties

Properties

result: Listing[]