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

@ -56,8 +56,9 @@ type Log struct {
}
type logMarshaling struct {
Data hexutil.Bytes
BlockNumber hexutil.Uint64
TxIndex hexutil.Uint
Index hexutil.Uint
Data hexutil.Bytes
BlockNumber hexutil.Uint64
TxIndex hexutil.Uint
Index hexutil.Uint
BlockTimestamp hexutil.Uint64
}