MCPcopy Create free account
hub / github.com/erpc/erpc / Bootstrap

Method Bootstrap

common/architecture_evm.go:105–105  ·  view source on GitHub ↗
(ctx context.Context)

Source from the content-addressed store, hash-verified

103
104type EvmStatePoller interface {
105 Bootstrap(ctx context.Context) error
106 Poll(ctx context.Context) error
107 PollLatestBlockNumber(ctx context.Context) (int64, error)
108 PollFinalizedBlockNumber(ctx context.Context) (int64, error)

Callers 15

BootstrapMethod · 0.65
bootFromYAMLMethod · 0.65
BootstrapMethod · 0.65
BootstrapMethod · 0.65
setupRealPollLagNetworkFunction · 0.65
setupTestNetworkSimpleFunction · 0.65

Implementers 6

mockEvmStatePollerupstream/upstream_test.go
mockEvmStatePollerWithUpdateupstream/upstream_test.go
mockEvmStatePollerEnhancedupstream/upstream_block_availability_t
mockEvmStatePollerWithCustomBehaviorupstream/upstream_block_availability_t
EvmStatePollerarchitecture/evm/evm_state_poller.go
FakeEvmStatePollercommon/upstream_fake.go

Calls

no outgoing calls