Versions in this module Expand all Collapse all v0 v0.0.2 Oct 16, 2023 Changes in this version + type Sequence struct + Batches []batch.Batch + OldAccInputHash common.Hash + func (s *Sequence) HashToSign() []byte + func (s *Sequence) OffChainData() []offchaindata.OffChainData + func (s *Sequence) Sign(privateKey *ecdsa.PrivateKey) (*SignedSequence, error) + type SignedSequence struct + Sequence Sequence + Signature rpc.ArgBytes + func (s *SignedSequence) Signer() (common.Address, error)