pub trait SimulationResult {
// Required method
fn get_compute_units_consumed(&self) -> ProgramClientResult<u64>;
}Expand description
Trait for the output of a simulation
pub trait SimulationResult {
// Required method
fn get_compute_units_consumed(&self) -> ProgramClientResult<u64>;
}Trait for the output of a simulation