[][src]Trait bench::scenario::Scenario

pub trait Scenario {
    const DESC: &'static str;
    const ABI: &'static str;

    fn new() -> Self;
fn wasm(&self) -> Vec<Wasm>;
fn actions(&mut self, contract: &str) -> Vec<Action>; }

Associated Constants

const DESC: &'static str

const ABI: &'static str

Loading content...

Required methods

fn new() -> Self

fn wasm(&self) -> Vec<Wasm>

fn actions(&mut self, contract: &str) -> Vec<Action>

Loading content...

Implementors

impl Scenario for EosioTokenScenario[src]

Loading content...