Versions in this module Expand all Collapse all v1 v1.13.2 Mar 3, 2021 v1.13.1 Nov 17, 2020 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)