Skip to main content

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?

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.