Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var (
ErrClaimNotValid = errors.New("invalid claim")
)
Functions ¶
This section is empty.
Types ¶
type Derivation ¶
type Derivation interface { Step(ctx context.Context) error SafeL2Head() eth.L2BlockRef }
type Driver ¶
type Driver struct {
// contains filtered or unexported fields
}
func (*Driver) SafeHead ¶
func (d *Driver) SafeHead() eth.L2BlockRef
Click to show internal directories.
Click to hide internal directories.