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
Hello.
I have a use case - I want to listen to a bunch of the events from the Smart Contract.
Seems like Stream API is a good fit.
But I want to have the possibility to replay all the events from the moment of the contract deployments, is it possible?
Also, I don't see the information about the event itself (type) in the webhook payload.
So, let's say the smart contract emitted 3 events during the transaction, should I read it from the transaction itself, correct?
You had a cool option in the Moralis Servers when we had a possibility to listen to smart contract events, but I see Moralis Servers had been deprecated. Any other options?
How to understand the type of event? Or the only way is to read the transaction data by hash and fetch this info from there?
The text was updated successfully, but these errors were encountered:
Hello.
I have a use case - I want to listen to a bunch of the events from the Smart Contract.
Seems like Stream API is a good fit.
But I want to have the possibility to replay all the events from the moment of the contract deployments, is it possible?
Also, I don't see the information about the event itself (type) in the webhook payload.
So, let's say the smart contract emitted 3 events during the transaction, should I read it from the transaction itself, correct?
You had a cool option in the Moralis Servers when we had a possibility to listen to smart contract events, but I see Moralis Servers had been deprecated. Any other options?
How to understand the type of event? Or the only way is to read the transaction data by hash and fetch this info from there?
The text was updated successfully, but these errors were encountered: