Midnight.js API Reference v1.0.0
Midnight.js API Reference / @midnight-ntwrk/midnight-js-contracts / InsertVerifierKeyTxFailedError
Class: InsertVerifierKeyTxFailedError
An error indicating that a verifier key insertion transaction failed.
Extends
Constructors
Constructor
new InsertVerifierKeyTxFailedError(
finalizedTxData
):InsertVerifierKeyTxFailedError
Parameters
finalizedTxData
Returns
InsertVerifierKeyTxFailedError
Overrides
Properties
circuitId?
readonly
optional
circuitId: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
readonly
finalizedTxData:FinalizedTxData
The finalization data of the transaction that failed.