Trait dharitri_wasm::contract_base::CallableContract
source · pub trait CallableContract {
// Required method
fn call(&self, fn_name: &str) -> bool;
}Expand description
CallableContract is the means by which the debugger calls methods in the contract.