LoadWalletNFTs

Description

Load metadata from all NFT properties from the connected wallet. From the metadata the media files can be downloaded.

Declaration

public static void LoadWalletNFTs(UnityAction<CompleteCallback<NFTMetadata[]>> completeMethod)

Parameters

Name
Description

completeMethod

Callback triggered on load finish.

Last updated