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