MCPcopy Create free account
hub / github.com/EnsoBuild/temper / StatefulSimulationRequest

Class StatefulSimulationRequest

src/simulation.rs:60–65  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

58#[derive(Debug, Clone, Serialize, Deserialize)]
59#[serde(rename_all = "camelCase")]
60pub 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")]

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected