Versions in this module Expand all Collapse all v0 v0.0.2 Feb 4, 2023 v0.0.1 Feb 4, 2023 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) ContractAddr() common.Address + 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)