Trait dharitri_wasm::api::CallableContract
source · pub trait CallableContract<A> {
// Required methods
fn call(&self, fn_name: &[u8]) -> bool;
fn into_api(self: Box<Self>) -> A;
}Expand description
CallableContract is the means by which the debugger calls methods in the contract.