NethermindEth/starknet.go

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

Aberta

#765 aberto em 26 de jun. de 2025

 (3 comentários) (0 reação) (1 responsável)Go (140 forks)auto 404
good first issuehelp wanted

Métricas do repositório

Stars
 (177 estrelas)
Métricas de merge de PR
 (Métricas PR pendentes)

Description

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")

Guia do colaborador