deployment
Fully qualified path: openzeppelin_testing::deployment
Free functions
| declare_class | Declares a contract with a snforge_std::declare call and unwraps the result. This function will skip declaration and just return the ContractClass if the contract is… |
| deploy | Deploys an instance of a contract and unwraps the result. |
| deploy_at | Deploys a contract at the given address and unwraps the result. |
| deploy_another_at | Deploys a contract using the class hash from another already-deployed contract. |
| declare_and_deploy | Combines the declaration of a class and the deployment of a contract into one function call. This function will skip declaration if the contract is already declared (the result of… |
| declare_and_deploy_at | Combines the declaration of a class and the deployment of a contract at the given address into one function call. This function will skip declaration if the contract is… |