UpdateContractMetadata
This endpoint is used to update the metadata of a contract.
public static VyTask<VyTokenContractMetadataDto> UpdateContractMetadata(eVyChain chain, string contractAddress, VyUpdateContractMetadataDto reqParams)
Parameters
contractAddress
string
The contract address whose metadata you want to update.
Returns
VyTask<VyTokenContractMetadataDto>
Last updated