CallTxFailedError
Midnight.js API Reference v3.1.0
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
FinalizedTxData
The finalization data of the call transaction that failed.
circuitId
The name of the circuit that was called to build the transaction.
string | string[]
Returns
CallTxFailedError
Overrides
Properties
circuitId?
readonlyoptionalcircuitId:string|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.