NEWTON
Asked
7 months ago
126
views
0
Is there a way to search a block for events without using get_transaction_receipt
for each transaction?
For example, ETH has the logsBloom
that helps you determine if an event was in the block.
And web3py and many providers have filter
functions to help you find events.
This question was originally posted on StarkNet Discord
Newton
asked
7 months ago
There are no answers for this question yet
Want to give yours?
Is there a way to find events in a block without getting receipt for all transactions on Starknet?
How to get the block hash in Cairo lang?
Cairo Automatic Events
What are events in Cairo Language?
Searching for Cairo Questions
How to submit a StarkNet contract?
How can I get ETH for the test net in StarkNet?
What will the bundler ecosystem look like in Account Abstraction?
How do I connect my DAPP to a private Starknet network using starknetjs?
Cairo Multiple Storage Vars
Is there a way to find events in a block without getting receipt for all transactions on Starknet?
Cairo: Getting the zero address
How can I write contact memory with Account.execute in starknetjs?
Does anyone know how to print a uint256 in protostar tests?