Function create2

Source
pub fn create2(
    endowment: U256,
    salt: H256,
    code: &[u8],
) -> Result<Address, Error>
Expand description

Create a new account with the given code and salt.

ยงErrors

Returns Error in case contract constructor failed.