NethermindEth/starknet.go

Utility for read events, and helper method in `rpc.TransactionReceiptWithBlockInfo` using it

Offen

#765 geöffnet am 26.06.2025

 (3 Kommentare) (0 Reaktionen) (1 zugewiesene Person)Go (140 Forks)auto 404
good first issuehelp wanted

Repository-Metriken

Stars
 (177 Sterne)
PR-Merge-Metriken
 (PR-Metriken ausstehend)

Beschreibung

A utility to filter events in a []rpc.Event slice would be nice to have, and have a method in the rpc.TransactionReceiptWithBlockInfo type to filter the events from it would also be great.

Ex:

myEvent := utils.EventWith(eventSlice, "event_key")
myEvent := txReceipt.EventWith("event_key")

Contributor Guide