| 31 | #[derive(Serialize)] |
| 32 | #[serde(rename_all = "camelCase")] |
| 33 | pub struct BundleResponse { |
| 34 | pub bundle_hash: Option<B256>, |
| 35 | } |
| 36 | |
| 37 | #[derive(Serialize)] |
| 38 | pub struct SendBundleResponse { |
nothing calls this directly
no outgoing calls
no test coverage detected