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