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
contractAddress
FString
The NFT contract address
tokenId
int
The `ID` of the token
Returns
void
Last updated