UpdateErc1155TokenAnimationUrls
Description
This endpoint is used to update the animationUrls
for a specific NFT.
void UpdateErc1155TokenAnimationUrls(const EVyChain& chain, const FString& contractAddress, const int& tokenId, const TArray<FVyErc1155TokenAnimationUrlDto>& reqParams) const
Parameters
contractAddress
FString
The NFT contract address
tokenId
int
The `ID` of the token you want to update
Returns
void
Last updated