InsertVerifierKeyTxFailedError
Midnight.js API Reference v2.0.2
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?β
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.