GetTokenAllowancesForHedera

This endpoint retrieves the token allowances specifically for Hedera chain

void GetTokenAllowancesForHedera(FString WalletAddress, const FVyQuery_GetTokenAllowancesForHedera& Query, const FVyOnGetTokenAllowancesForHederaComplete& OnComplete) const;

Parameters

WalletAddress

FString

The public address of the wallet that own tokens

Query

Optional Query Parameters

OnComplete

FVyOnGetTokenAllowancesForHederaComplete

The callback function called when the user preferences retrieval operation is complete.

OnComplete Callback (FVyOnGetTokenAllowancesForHederaComplete) Contains a TArray<FVyHederaNonFungibleAllowanceDto> response type

Last updated