updateErc1155ContractMetadata
Description
This endpoint is used to update the metadata of a contract.
public updateErc1155ContractMetadata(chain: VyChain, contractAddress: string, reqParams: VyUpdateErc1155ContractMetadataRequest) : VyPromise<VyErc1155TokenContractMetadataDto>
Parameters
contractAddress
string
The contract address whose metadata you want to update.
Returns
VyPromise<VyErc1155TokenContractMetadataDto>
Last updated