Midnight.js API Reference v1.0.0
Midnight.js API Reference / @midnight-ntwrk/midnight-js-types / ProveTxConfig
Interface: ProveTxConfig<K>
The configuration for the proof request to the proof provider.
Type Parameters
K
K
extends string
Properties
timeout?
readonly
optional
timeout:number
The timeout for the request.
zkConfig?
readonly
optional
zkConfig:ZKConfig
<K
>
The zero-knowledge configuration for the circuit that was called in tx
.
Undefined if tx
is a deployment transaction.