For the complete documentation index, see llms.txt. This page is also available as Markdown.

GetSupportedErc1155Chains

This endpoint is used to retrieve the supported chains for the NFT API.

void GetSupportedErc1155Chains(const FVyOnGetSupportedErc1155ChainsComplete& OnComplete) const;

Parameters

OnComplete

FVyOnGetSupportedErc1155ChainsComplete

The callback function called when the user preferences retrieval operation is complete.

OnComplete Callback (FVyOnGetSupportedErc1155ChainsComplete) Contains a TArray<EVyChain> response type

Last updated