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 合并指标
 (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")

贡献者指南