From 98b9103657b22713dcbc281b2ef533bd6dbfcba0 Mon Sep 17 00:00:00 2001 From: hai pham Date: Fri, 5 Jun 2026 15:11:29 +0700 Subject: [PATCH] feat: add raw tx and block number --- pkg/types/pendingtx.go | 2 ++ 1 file changed, 2 insertions(+) diff --git a/pkg/types/pendingtx.go b/pkg/types/pendingtx.go index bd3624c..5781e84 100644 --- a/pkg/types/pendingtx.go +++ b/pkg/types/pendingtx.go @@ -42,6 +42,8 @@ type Message struct { FlashbotMevshareEvent *FlashbotMevshareEvent `json:"flashbot_mevshare_event,omitempty"` Logs []SimulatedPrivateMempoolLog `json:"logs,omitempty"` ExtraData string `json:"extra_data"` + RawTx string `json:"raw_tx"` + BlockNumber uint64 `json:"block_number"` // valid in block } type Prestate struct {