fn get_contract_data<'a, FEN: FoundryEvmNetwork>(
ccx: &'a mut CheatsCtxt<'_, '_, FEN>,
address: Address,
) -> Option<(&'a ArtifactId, &'a ContractData)>Expand description
Helper function to get the contract data from the deployed code at an address.