pub fn predict_module_address(
caller: Address,
nonce: [u8; 32],
factory_address: Address,
implementation_address: Address,
) -> Result<Address, HelperErrors>
Expand description
Helper function to predict module address. Note that here the caller is the contract deployer