def Main(scripthash: bytes): ContractManagement.deploy(scripthash)
def Main(script: bytes, manifest: bytes, data: Any, arg0: Any): ContractManagement.deploy(script, manifest, data, arg0)
def Main(script: bytes, manifest: bytes, data: Any) -> Contract: return ContractManagement.deploy(script, manifest, data)