GetWalletsContainingTokensFrom
This endpoint returns the wallet address(es) which contain NFTs from a specific NFT contract address.
void GetWalletsContainingTokensFrom(FString Chain, FString Address, const FVyQuery_GetWalletsContainingTokensFrom& Query, const FVyOnGetWalletsContainingTokensFromComplete& OnComplete) const;Parameters
Chain
FString
The blockchain of the NFT
Address
FString
The contract address of the NFT
OnComplete
FVyOnGetWalletsContainingTokensFromComplete
The callback function called when the user preferences retrieval operation is complete.
OnComplete Callback (FVyOnGetWalletsContainingTokensFromComplete) Contains a FVyWalletBalanceDto response type
Last updated