[][src]Function owasm_ethereum::create

pub fn create(endowment: U256, code: &[u8]) -> Result<Address, Error>

Create a new account with the given code

Errors

Returns Error in case contract constructor failed.