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
Existing getAccountTransactions API only returns txs that sender equals to the address. It doesn't return txs involved address (e.g. a tx sent by someone else but transfer token to the address).
🚀 Feature Request Description
Existing
getAccountTransactions
API only returns txs that sender equals to the address. It doesn't return txs involved address (e.g. a tx sent by someone else but transfer token to the address).Here's an example address on explorer. When I call
getAccountTransactions
on same address, it only returns me 5 txs.Explorer calls indexer to get all txs related to the address, we should have add a similar API in sdk.
This discrepancy between explorer and
getAccountTransactions
of ts sdk is reported by an user on dev discussion.Motivation
Is your feature request related to a problem? Please describe you use case.
Pitch
Describe the solution you would like
Describe alternatives you've considered
Are you willing to open a pull request? (See CONTRIBUTING)
Additional context
The text was updated successfully, but these errors were encountered: