GetContractMetadata

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

public static VyTask<VyTokenContractMetadataDto> GetContractMetadata(eVyChain chain, string contractAddress)

Parameters

chain

eVyChain

The blockchain of the contract.

contractAddress

string

The contract address whose metadata you want to fetch.

Returns

VyTask<VyTokenContractMetadataDto>

Last updated