Interface search_for_NFTs_by_metadata_attributes_Result

interface search_for_NFTs_by_metadata_attributes_Result {
    items: search_for_NFTs_by_metadata_attributes_Item[];
    paging: REST_Paging;
}

Properties

Properties

paging: REST_Paging