deployments
Fully qualified path: openzeppelin_utils::deployments
Constants
Free functions
| calculate_contract_address_from_deploy_syscall | Returns the contract address from a deploy_syscall . deployer_address should be the zero address if the deployment is origin-independent (deployed from zero). For more information, see… |
| calculate_contract_address_from_udc | Returns the calculated contract address for contracts deployed through the UDC. Origin-independent deployments (deployed from zero) should pass Option::None as deployer_info . |