Versions in this module Expand all Collapse all v0 v0.1.0 Aug 30, 2022 Changes in this version + type L1Signer interface + GetAddress func() string + SignMessage func(message string) ([]byte, error) + SignTx func(tx *types.Transaction) (*types.Transaction, error) + type L2Signer interface + GetAddress func() string + SignMessage func(message string) (string, error)