Commit cecdbe9f authored by Mark Tyneway's avatar Mark Tyneway

l2geth: update core interface with access list

parent 98f529fa
......@@ -120,6 +120,8 @@ type CallMsg struct {
Value *big.Int // amount of wei sent along with the call
Data []byte // input data, usually an ABI-encoded contract method invocation
AccessList types.AccessList // EIP-2930 access list.
L1Timestamp uint64
L1BlockNumber *big.Int
QueueOrigin types.QueueOrigin
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment