NethermindEth/starknet.go

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

開放

#765 建立於 2025年6月26日

 (3 則留言) (0 個反應) (1 位負責人)Go (140 個分叉)auto 404
good first issuehelp wanted

倉庫指標

星標
 (177 顆星)
PR 合併指標
 (30 天內沒有已合併 PR)

描述

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

貢獻者指南