CallTxFailedError
Midnight.js API Reference v2.0.2
Midnight.js API Reference / @midnight-ntwrk/midnight-js-contracts / CallTxFailedError
Class: CallTxFailedError
An error indicating that a call transaction was not successfully applied by the consensus node.
Extendsβ
Constructorsβ
Constructorβ
new CallTxFailedError(
finalizedTxData,circuitId):CallTxFailedError
Parametersβ
finalizedTxDataβ
The finalization data of the call transaction that failed.
circuitIdβ
string
The name of the circuit that was called to build the transaction.
Returnsβ
CallTxFailedError
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.