pub fn predict_module_address(
caller: Address,
nonce: B256,
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