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
contractAddress
FString
The contract address.
tokenTypeId
int
The `id` of the token-type whose metadata you want to update.
Returns
void
Last updated