core/types: add timestamp in log marshal

Signed-off-by: tmelhao <tmelhao@gmail.com>
This commit is contained in:
tmelhao 2024-06-03 08:21:57 +00:00
parent cf6f3f2f12
commit 3906621e24

View file

@ -60,4 +60,5 @@ type logMarshaling struct {
BlockNumber hexutil.Uint64 BlockNumber hexutil.Uint64
TxIndex hexutil.Uint TxIndex hexutil.Uint
Index hexutil.Uint Index hexutil.Uint
BlockTimestamp hexutil.Uint64
} }