get_contract_data

Function get_contract_data 

Source
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.