Interface get_number_of_collection_holdings_by_address_Response

interface get_number_of_collection_holdings_by_address_Response {
    paging?: Paging;
    result: get_number_of_collection_holdings_by_address_Result;
}

Properties

Properties

paging?: Paging