getTokenAllowancesForHedera

This endpoint retrieves the token allowances specifically for Hedera chain

public getTokenAllowancesForHedera(walletAddress: String, query?: VyQuery_GetTokenAllowancesForHedera) : VyPromise<VyHederaNonFungibleAllowanceDto[]>

Parameters

walletAddress

String

The public address of the wallet that own tokens

query (optional)

Query to filter the operation results

Returns

VyPromise<VyHederaNonFungibleAllowanceDto[]>

Last updated