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

chain

The blockchain of the NFT collection

contractAddress

FString

The NFT contract address

tokenId

int

The `ID` of the token you want to update

reqParams

Request data for the operation

Returns

void

Last updated