Skip to content

constructor

Signature

@cached_property
def constructor(self)

Description

Finds and returns the constructor function from the ABI.

Examples

>>> deployer = VVMDeployer(abi, bytecode, filename)
>>> constructor = deployer.constructor