MCPcopy Create free account
hub / github.com/cakevm/kabu / BundleResponse

Class BundleResponse

testing/backtest-runner/src/flashbots_mock.rs:33–35  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

31#[derive(Serialize)]
32#[serde(rename_all = "camelCase")]
33pub struct BundleResponse {
34 pub bundle_hash: Option<B256>,
35}
36
37#[derive(Serialize)]
38pub struct SendBundleResponse {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected