Interface get_owners_of_nft_Result

interface get_owners_of_nft_Result {
    items: get_owners_of_nft_Item[];
    paging: Paging;
}

Properties

Properties

paging: Paging