NethermindEth/starknet.go

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

オープン

#765 opened on 2025/06/26

 (3 件のコメント) (0 件のリアクション) (1 人の担当者)Go (140 件のフォーク)auto 404
good first issuehelp wanted

Repository metrics

Stars
 (177 個のスター)
PR merge metrics
 (PR metrics pending)

説明

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

コントリビューターガイド