GetErc1155ContractMetadata

Description

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

public static VyTask<VyErc1155TokenContractMetadataDto> GetErc1155ContractMetadata(eVyChain chain, string contractAddress)

Parameters

chain

The blockchain of the contract.

contractAddress

string

The contract address whose metadata you want to fetch.

Returns

VyTask<VyErc1155TokenContractMetadataDto>

Last updated