UpdateErc1155ContractMetadata

Description

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

public static VyTask<VyErc1155TokenContractMetadataDto> UpdateErc1155ContractMetadata(eVyChain chain, string contractAddress, VyUpdateErc1155ContractMetadataRequest reqParams)

Parameters

chain

The blockchain of the contract.

contractAddress

string

The contract address whose metadata you want to update.

reqParams

Request data for the operation

Returns

VyTask<VyErc1155TokenContractMetadataDto>

Last updated