pub fn get_create2_factory_call_inputs<T: JournalTr>(
salt: U256,
inputs: &CreateInputs,
deployer: Address,
journal: &mut T,
) -> Result<CallInputs, <T::Database as Database>::Error>Expand description
Get the call inputs for the CREATE2 factory.