ProveTxConfig
Midnight.js API Reference v2.0.2
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?​
readonlyoptionaltimeout:number
The timeout for the request.
zkConfig?​
readonlyoptionalzkConfig:ZKConfig<K>
The zero-knowledge configuration for the circuit that was called in tx.
Undefined if tx is a deployment transaction.