AddErc1155TokenAttribute

Description

This endpoint is used to add attributes to a specific NFT.

void AddErc1155TokenAttribute(const EVyChain& chain, const FString& contractAddress, const int& tokenId, const FVyErc1155TokenAttributeDto& reqParams) const

Parameters

chain

The blockchain of the NFT collection

contractAddress

FString

The NFT contract address

tokenId

int

The `ID` of the token

reqParams

Request data for the operation

Returns

void

Last updated