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

Class BundleRequest

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

Source from the content-addressed store, hash-verified

7
8#[derive(Debug, Deserialize)]
9pub struct BundleRequest {
10 #[allow(dead_code)]
11 pub jsonrpc: String,
12 #[allow(dead_code)]
13 pub id: u64,
14 #[allow(dead_code)]
15 pub method: String,
16 pub params: Vec<BundleParam>,
17}
18
19#[derive(Debug, Deserialize)]
20#[serde(rename_all = "camelCase")]

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected