Keyboard shortcuts

Press or to navigate between chapters

Press ? to show this help

Press Esc to hide this help

deploy_at

Deploys a contract at the given address and unwraps the result.

Fully qualified path: openzeppelin_testing::deployment::deploy_at

pub fn deploy_at(
    contract_class: ContractClass, target_address: ContractAddress, calldata: Array<felt252>,
)