ContractConfiguration
Midnight.js API Reference v2.0.2
Midnight.js API Reference / @midnight-ntwrk/midnight-js-testing / ContractConfiguration
Interface: ContractConfiguration
Configuration interface for Midnight contracts.
Properties
privateStateStoreName
readonlyprivateStateStoreName:string
Name of the store used for persisting private state data. This is used as a base name - a signing key store will also be created with "-signing-keys" appended.
zkConfigPath
readonlyzkConfigPath:string
File system path to the zero-knowledge proof configuration files. This should point to the directory containing the circuit verification keys and other ZK artifacts.