RemoveVerifierKeyTxFailedError
Midnight.js API Reference v2.0.2
Midnight.js API Reference / @midnight-ntwrk/midnight-js-contracts / RemoveVerifierKeyTxFailedError
Class: RemoveVerifierKeyTxFailedError
An error indicating that a verifier key removal transaction failed.
Extends
Constructors
Constructor
new RemoveVerifierKeyTxFailedError(
finalizedTxData):RemoveVerifierKeyTxFailedError
Parameters
finalizedTxData
Returns
RemoveVerifierKeyTxFailedError
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.