getContractMetadata
This endpoint is used to fetch the metadata of as contract.
public getContractMetadata(chain: VyChain, contractAddress: string) : VyPromise<VyTokenContractMetadataDto>
Parameters
contractAddress
string
The contract address whose metadata you want to fetch.
Returns
VyPromise<VyTokenContractMetadataDto>
Last updated