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