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

Method GetKvMetas

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

Source from the content-addressed store, hash-verified

31
32type IL1 interface {
33 GetKvMetas(kvIndices []uint64, blockNumber int64) ([][32]byte, error)
34 GetUpdatedKvIndices(startBlock, endBlock *big.Int) ([]uint64, error)
35 HeaderByNumber(context.Context, *big.Int) (*types.Header, error)
36}

Callers 5

scanBatchMethod · 0.65
fixBatchMethod · 0.65
GetDataHashesMethod · 0.65
EsNodeSyncFunction · 0.65
getKvInfoFunction · 0.65

Calls

no outgoing calls

Tested by

no test coverage detected