Versions in this module Expand all Collapse all v0 v0.4.1-esn Dec 3, 2019 v0.4.0 Oct 30, 2019 Changes in this version + type CheckpointOracle struct + func NewCheckpointOracle(contractAddr common.Address, backend bind.ContractBackend) (*CheckpointOracle, error) + func (oracle *CheckpointOracle) Contract() *contract.CheckpointOracle + func (oracle *CheckpointOracle) LookupCheckpointEvents(blockLogs [][]*types.Log, section uint64, hash common.Hash) []*contract.CheckpointOracleNewCheckpointVote + func (oracle *CheckpointOracle) RegisterCheckpoint(opts *bind.TransactOpts, index uint64, hash []byte, rnum *big.Int, ...) (*types.Transaction, error)