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

Method RequestL2Range

ethstorage/p2p/node.go:228–230  ·  view source on GitHub ↗
(ctx context.Context, start, end uint64)

Source from the content-addressed store, hash-verified

226}
227
228func (n *NodeP2P) RequestL2Range(ctx context.Context, start, end uint64) (uint64, error) {
229 return n.syncCl.RequestL2Range(start, end)
230}
231
232func (n *NodeP2P) FetchBlob(index uint64, commit common.Hash) ([]byte, error) {
233 return n.syncCl.FetchBlob(index, commit)

Callers 1

EsNodeMainFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected