UpdateErc1155ContractMetadata

Description

This endpoint is used to update the metadata of a contract.

void UpdateErc1155ContractMetadata(const EVyChain& chain, const FString& contractAddress, const FVyUpdateErc1155ContractMetadataRequest& reqParams) const

Parameters

chain

The blockchain of the contract.

contractAddress

FString

The contract address whose metadata you want to update.

reqParams

Request data for the operation

Returns

void

Last updated