Versions in this module Expand all Collapse all v1 v1.9.22 Sep 23, 2020 v1.9.20 Sep 8, 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)