Versions in this module Expand all Collapse all v0 v0.0.1 Oct 28, 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)