[][src]Trait elrond_wasm::CallableContract

pub trait CallableContract {
    fn call(&self, fn_name: &'static str);
fn clone_contract(&self) -> Box<dyn CallableContract>; }

CallableContract is the means by which the debugger calls methods in the contract.

Required methods

fn call(&self, fn_name: &'static str)

fn clone_contract(&self) -> Box<dyn CallableContract>

Loading content...

Implementors

Loading content...