Versions in this module Expand all Collapse all v1 v1.1.14 Oct 6, 2022 Changes in this version + type CheckpointOracle struct + func New(config *params.CheckpointOracleConfig, ...) *CheckpointOracle + func (oracle *CheckpointOracle) Contract() *checkpointoracle.CheckpointOracle + func (oracle *CheckpointOracle) IsRunning() bool + func (oracle *CheckpointOracle) StableCheckpoint() (*params.TrustedCheckpoint, uint64) + func (oracle *CheckpointOracle) Start(backend bind.ContractBackend) + func (oracle *CheckpointOracle) VerifySigners(index uint64, hash [32]byte, signatures [][]byte) (bool, []common.Address)