referrerpolicy=no-referrer-when-downgrade
pallet_revive

Function 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.