Reading transactions of specific account #456
Unanswered
SaadNiaziDev
asked this question in
Question
Replies: 1 comment
-
Solved this issue by using Moralis Stream API |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hello guys,
I just jumped to viem after using wagmi alot. Issue i am facing is that i have to watch a specific address like u can say its admin address, users will transfer amount manually ( off the web ) and we will maintain their record.
Watching contract event was working like charm but as we had to integrate native coins, this methods fail.
Watching each block and then converting all transactions using getTransaction hook and then filtering them would be a hectic as new block mined just after 3-4s.
There is createBlockFilter hook but explaination is missing i guess its related to that!
Looking for suggestions.
Nodejs + veim
Beta Was this translation helpful? Give feedback.
All reactions