Interface ListingResult

interface ListingResult {
    result: orderbook.Listing;
}

Properties

Properties