Skip to main content

@midnight-ntwrk/midnight-js-types v0.2.5 • API


Midnight.js API Reference v0.2.5 / @midnight-ntwrk/midnight-js-types / ProveTxConfig

Interface: ProveTxConfig<K>

The configuration for the proof request to the proof provider.

Type parameters

K extends string

Properties

timeout?

optional readonly timeout: number

The timeout for the request.


zkConfig?

optional readonly zkConfig: ZKConfig<K>

The zero-knowledge configuration for the circuit that was called in tx. Undefined if tx is a deployment transaction.