GetTokenAssociationsForHedera
Description
This endpoint retrieves the token assocciations for a Hedera wallet using the wallet address.
void GetTokenAssociationsForHedera(const FString& chain, const FString& walletAddress) const
Parameters
chain
FString
The blockchain of the wallet. This will be `HEDERA`.
walletAddress
FString
The wallet address
Returns
void Token assocciations of Hedera wallet retrieved successfully.
Last updated