referrerpolicy=no-referrer-when-downgrade

Function pallet_revive::create2

source ·
pub fn create2(
    deployer: &H160,
    code: &[u8],
    input_data: &[u8],
    salt: &[u8; 32],
) -> H160
Expand description

Determine the address of a contract using the CREATE2 semantics.