Interface get_owned_nfts_of_address_Result

interface get_owned_nfts_of_address_Result {
    items: get_owned_nfts_of_address_Item[];
    paging: Paging;
}

Properties

Properties

paging: Paging