Versions in this module Expand all Collapse all v0 v0.1.4 Apr 12, 2024 v0.1.3 Apr 5, 2024 v0.1.2 Apr 4, 2024 v0.1.1 Mar 30, 2024 v0.1.0 Mar 7, 2024 v0.0.1 Feb 7, 2024 Changes in this version + type SignedTx struct + Signature types.ArgBytes + Tx Tx + func (s *SignedTx) Signer() (common.Address, error) + type Tx struct + LastVerifiedBatch types.ArgUint64 + NewVerifiedBatch types.ArgUint64 + RollupID uint32 + ZKP ZKP + func (t *Tx) Hash() common.Hash + func (t *Tx) Sign(privateKey *ecdsa.PrivateKey) (*SignedTx, error) + type ZKP struct + NewLocalExitRoot common.Hash + NewStateRoot common.Hash + Proof types.ArgBytes v0.0.1-test Feb 8, 2024