pub fn create(value: &EtherValue, data: &[u8]) -> CreateResultExpand description
Creates a contract with the the given code, sending the specified ether value to its address.
pub fn create(value: &EtherValue, data: &[u8]) -> CreateResultCreates a contract with the the given code, sending the specified ether value to its address.