Struct sewup::runtimes::handler::ContractHandler [−][src]
Fields
call_data: Option<String>
The contract data in hex literal for eWasm binary, or a file path to the .ewasm file
rt: Option<Arc<RefCell<dyn RT>>>
Implementations
run the call data as function directly, this function is suppose to be used for constructor
Trait Implementations
Returns the “default value” for a type. Read more
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error> where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error> where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
Auto Trait Implementations
impl !RefUnwindSafe for ContractHandler
impl !Send for ContractHandler
impl !Sync for ContractHandler
impl Unpin for ContractHandler
impl !UnwindSafe for ContractHandler
Blanket Implementations
Mutably borrows from an owned value. Read more