GetTokenAssociationsForHedera
This endpoint retrieves the token assocciations for a Hedera wallet using the wallet address.
void GetTokenAssociationsForHedera(FString Chain, FString WalletAddress, const FVyOnGetTokenAssociationsForHederaComplete& OnComplete) const;Parameters
Chain
FString
The blockchain of the wallet. This will be `HEDERA`.
WalletAddress
FString
The wallet address
OnComplete
FVyOnGetTokenAssociationsForHederaComplete
The callback function called when the user preferences retrieval operation is complete.
OnComplete Callback (FVyOnGetTokenAssociationsForHederaComplete) Contains a FVyHederaTokenAssociationDto response type
Last updated