Versions in this module Expand all Collapse all v0 v0.0.2 Oct 16, 2023 Changes in this version + type Batch struct + Coinbase common.Address + GlobalExitRoot common.Hash + L2Data rpc.ArgBytes + Number rpc.ArgUint64 + Timestamp rpc.ArgUint64 + func (b *Batch) HashToSign() []byte + func (b *Batch) Sign(privateKey *ecdsa.PrivateKey) (*SignedBatch, error) + type SignedBatch struct + Batch Batch + Signature rpc.ArgBytes + func (s *SignedBatch) Signer() (common.Address, error)