UpdateErc1155TokenAttribute
Description
This endpoint is used to update an attribute's data for a specific NFT.
void UpdateErc1155TokenAttribute(const EVyChain& chain, const FString& contractAddress, const int& tokenId, const FString& attributeName, const FVyUpdateErc1155TokenAttributeRequest& reqParams) const
Parameters
contractAddress
FString
The NFT contract address
tokenId
int
The `ID` of the token you want to update
attributeName
FString
The name of the attribute you want to update (**NOTE**: This param is case sensitive.)
Returns
void
Last updated