start_cheat_account_deployment_data

Changes the transaction account deployment data for the given contract_address. - contract_address - instance of ContractAddress specifying which contract to cheat - account_deployment_data - transaction account deployment data to be set

Fully qualified path: snforge_std::cheatcodes::execution_info::account_deployment_data::start_cheat_account_deployment_data

pub fn start_cheat_account_deployment_data(
    contract_address: ContractAddress, account_deployment_data: Span<felt252>,
)