ExportPrivateStatesOptions
Midnight.js API Reference v4.0.2
Midnight.js API Reference / @midnight-ntwrk/midnight-js-types / ExportPrivateStatesOptions
Interface: ExportPrivateStatesOptions
Options for exporting private states.
Properties
maxStates?
readonlyoptionalmaxStates?:number
Maximum number of states to export. Defaults to MAX_EXPORT_STATES (10000). Set to a lower value to limit memory usage.
password?
readonlyoptionalpassword?:string
Password used to encrypt the export. Must be at least 16 characters. If not provided, uses the storage password.