ContractDeploymentFailed
Documentation for eth_defi.deploy.ContractDeploymentFailed exception.
- exception ContractDeploymentFailed
Bases:
ExceptionDid not get successful tx receipt from a deployment.
- __init__(tx_hash, msg)
- __new__(**kwargs)
- add_note()
Exception.add_note(note) – add a note to the exception
- with_traceback()
Exception.with_traceback(tb) – set self.__traceback__ to tb and return self.