Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var (
ErrNoLeavesFound = errors.New("no leaves found in block")
)
Functions ¶
This section is empty.
Types ¶
type InputFetcher ¶
type InputFetcher struct {
// contains filtered or unexported fields
}
func NewPreimageFetcher ¶
func NewPreimageFetcher(logger log.Logger, source L1Source) *InputFetcher
func (*InputFetcher) FetchInputs ¶
func (f *InputFetcher) FetchInputs(ctx context.Context, blockHash common.Hash, oracle Oracle, ident keccakTypes.LargePreimageIdent) ([]keccakTypes.InputData, error)
Click to show internal directories.
Click to hide internal directories.