GetErc1155ContractMetadata

Description

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

void GetErc1155ContractMetadata(const EVyChain& chain, const FString& contractAddress) const

Parameters

chain

The blockchain of the contract.

contractAddress

FString

The contract address whose metadata you want to fetch.

Returns

void

Last updated