Skip to main content

InsertVerifierKeyTxFailedError

For the complete documentation index, see llms.txt

Midnight.js API Reference v4.0.4


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​

FinalizedTxData

Returns​

InsertVerifierKeyTxFailedError

Overrides​

TxFailedError.constructor

Properties​

circuitId?​

readonly optional circuitId?: 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​

TxFailedError.circuitId


finalizedTxData​

readonly finalizedTxData: FinalizedTxData

The finalization data of the transaction that failed.

Inherited from​

TxFailedError.finalizedTxData