Interface get_multiple_NFTs_Result

interface get_multiple_NFTs_Result {
    items: get_multiple_NFTs_Item[];
}

Properties

Properties