getErc1155ContractMetadata

Description

This endpoint is used to fetch the metadata of as contract.

public getErc1155ContractMetadata(chain: VyChain, contractAddress: string) : VyPromise<VyErc1155TokenContractMetadataDto>

Parameters

chain

The blockchain of the contract.

contractAddress

string

The contract address whose metadata you want to fetch.

Returns

VyPromise<VyErc1155TokenContractMetadataDto>

Last updated