| 58 | #[derive(Debug, Clone, Serialize, Deserialize)] |
| 59 | #[serde(rename_all = "camelCase")] |
| 60 | pub struct StatefulSimulationRequest { |
| 61 | pub chain_id: u64, |
| 62 | pub gas_limit: u64, |
| 63 | pub block_number: Option<u64>, |
| 64 | pub block_timestamp: Option<u64>, |
| 65 | } |
| 66 | |
| 67 | #[derive(Debug, Clone, Serialize, Deserialize, PartialEq)] |
| 68 | #[serde(rename_all = "camelCase")] |
nothing calls this directly
no outgoing calls
no test coverage detected