Skip to main content

@midnight-ntwrk/midnight-js-contracts v0.2.5 • API


Midnight.js API Reference v0.2.5 / @midnight-ntwrk/midnight-js-contracts / RemoveVerifierKeyTxFailedError

Class: RemoveVerifierKeyTxFailedError

An error indicating that a verifier key removal transaction failed.

Extends

Constructors

new RemoveVerifierKeyTxFailedError(finalizedTxData)

new RemoveVerifierKeyTxFailedError(finalizedTxData): RemoveVerifierKeyTxFailedError

Parameters

finalizedTxData: FinalizedTxData

Returns

RemoveVerifierKeyTxFailedError

Overrides

TxFailedError.constructor

Properties

circuitId?

optional readonly 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

TxFailedError.circuitId


finalizedTxData

readonly finalizedTxData: FinalizedTxData

The finalization data of the transaction that failed.

Inherited from

TxFailedError.finalizedTxData