WalletConnectSwift icon indicating copy to clipboard operation
WalletConnectSwift copied to clipboard

How to get list of NFTs after successful MetaMask sign in?

Open sotrosh opened this issue 2 years ago • 1 comments

Hello dev team,

I've successfully signed in with WalletConnectSwift and as result I get public address with walletInfo:

if let pubAddress = self.walletConnect.session.walletInfo?.accounts[0] {
                
     self.publicAddressButton.setTitle(pubAddress, for: .normal)
}

The problem is that walletInfo doesn't have any info regarding NFTs (e.g. tokenId etc.).

So is it possible to get list of NFTs data connected to public address?

sotrosh avatar Dec 13 '21 00:12 sotrosh