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