GetErc1155ContractMetadata
This endpoint is used to fetch the metadata of as contract.
void GetErc1155ContractMetadata(EVyChain Chain, FString ContractAddress, const FVyOnGetErc1155ContractMetadataComplete& OnComplete) const;Parameters
ContractAddress
FString
The contract address whose metadata you want to fetch.
OnComplete
FVyOnGetErc1155ContractMetadataComplete
The callback function called when the user preferences retrieval operation is complete.
OnComplete Callback (FVyOnGetErc1155ContractMetadataComplete) Contains a FVyErc1155TokenContractMetadataDto response type
Last updated