DeployTxFailedError
Midnight.js API Reference v2.0.2
Midnight.js API Reference / @midnight-ntwrk/midnight-js-contracts / DeployTxFailedError
Class: DeployTxFailedError
An error indicating that a deploy transaction was not successfully applied by the consensus node.
Extendsβ
Constructorsβ
Constructorβ
new DeployTxFailedError(
finalizedTxData):DeployTxFailedError
Parametersβ
finalizedTxDataβ
The finalization data of the deployment transaction that failed.
Returnsβ
DeployTxFailedError
Overridesβ
Propertiesβ
circuitId?β
readonlyoptionalcircuitId:string
The name of the circuit that was called to create the call transaction that failed. Only defined if a call transaction failed.
Inherited fromβ
finalizedTxDataβ
readonlyfinalizedTxData:FinalizedTxData
The finalization data of the transaction that failed.