updateErc1155ContractMetadata

Description

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

public updateErc1155ContractMetadata(chain: VyChain, contractAddress: string, reqParams: VyUpdateErc1155ContractMetadataRequest) : VyPromise<VyErc1155TokenContractMetadataDto>

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

VyPromise<VyErc1155TokenContractMetadataDto>

Last updated