You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
import Moralis from 'moralis';
Moralis.EvmApi.token.getWalletApprovals
Actual Outcome
Typescript compile error
error TS2339: Property 'getWalletApprovals' does not exist on type '{ getTokenAllowance: (request: GetTokenAllowanceRequest) => Promise<GetTokenAllowanceResponseAdapter>; ... 9 more ...; getTopProfitableWalletPerToken: (request: GetTopProfitableWalletPerTokenOperationRequest) => Promise<...>; }'.
New Bug Report
Checklist
Issue Description
Moralis.EvmApi.token.getWalletApprovals does not exist on evmapi.token, this is the current method list
Steps + code to reproduce
Actual Outcome
Typescript compile error
Expected Outcome
Expect the method to exist as indicated here https://docs.moralis.com/web3-data-api/evm/reference/wallet-api/get-wallet-token-approvals?address=0xcB1C1FdE09f811B294172696404e88E658659905&chain=eth
Environment
[email protected]
[email protected]
[email protected]
@moralisweb3/[email protected]
@moralisweb3/[email protected]
Server
2.2
Client
2.27.2
MacOS
Chrome
Logs
The text was updated successfully, but these errors were encountered: