Interface get_nfts_from_collection_Result

interface get_nfts_from_collection_Result {
    items: get_nfts_from_collection_Item[];
    paging: Paging;
}

Properties

Properties

paging: Paging