UpdateErc1155TokenTypeMetadata

Description

This endpoint is used to update the metadata of a token-type.

void UpdateErc1155TokenTypeMetadata(const EVyChain& chain, const FString& contractAddress, const int& tokenTypeId, const FVyUpdateErc1155TokenTypeMetadataRequest& reqParams) const

Parameters

chain

The blockchain of the contract.

contractAddress

FString

The contract address.

tokenTypeId

int

The `id` of the token-type whose metadata you want to update.

reqParams

Request data for the operation

Returns

void

Last updated