MCPcopy Create free account
hub / github.com/base/base / send_flashblock

Method send_flashblock

crates/execution/flashblocks-node/src/test_harness.rs:262–264  ·  view source on GitHub ↗

Send a flashblock through the background processor and await completion.

(&self, flashblock: Flashblock)

Source from the content-addressed store, hash-verified

260
261 /// Send a flashblock through the background processor and await completion.
262 pub async fn send_flashblock(&self, flashblock: Flashblock) -> Result<()> {
263 self.parts.send(flashblock).await
264 }
265
266 /// Split the wrapper into the underlying node plus flashblocks parts.
267 pub fn into_parts(self) -> (LocalNode, FlashblocksParts) {

Callers 2

test_fb_inclusionFunction · 0.45
test_can_receive_fbFunction · 0.45

Calls 1

sendMethod · 0.45

Tested by

no test coverage detected