MCPcopy Create free account
hub / github.com/ethstorage/es-node / GetKvMetas

Method GetKvMetas

ethstorage/storage_manager.go:62–62  ·  view source on GitHub ↗
(kvIndices []uint64, blockNumber int64)

Source from the content-addressed store, hash-verified

60
61type Il1Source interface {
62 GetKvMetas(kvIndices []uint64, blockNumber int64) ([][32]byte, error)
63
64 GetStorageKvEntryCount(blockNumber int64) (uint64, error)
65}

Callers 2

downloadMetaInRangeMethod · 0.65
checkMetaMethod · 0.65

Implementers 3

mockL1Sourceethstorage/storage_manager_test.go
mockL1Sourceethstorage/p2p/protocol/sync_test.go
PollingClientethstorage/eth/polling_client.go

Calls

no outgoing calls

Tested by

no test coverage detected