Interface get_list_of_collections_having_NFTs_Result

interface get_list_of_collections_having_NFTs_Result {
    items: get_list_of_collections_having_NFTs_Item[];
    paging: Paging;
}

Properties

Properties

paging: Paging