Trait spl_token_client::client::SimulationResult

source ·
pub trait SimulationResult {
    // Required method
    fn get_compute_units_consumed(&self) -> ProgramClientResult<u64>;
}
Expand description

Trait for the output of a simulation

Required Methods§

Implementations on Foreign Types§

source§

impl SimulationResult for BanksTransactionResultWithSimulation

Implementors§