ExportSigningKeysOptions
Midnight.js API Reference v4.0.2
Midnight.js API Reference / @midnight-ntwrk/midnight-js-types / ExportSigningKeysOptions
Interface: ExportSigningKeysOptions
Options for exporting signing keys.
Properties
maxKeys?
readonlyoptionalmaxKeys?:number
Maximum number of keys to export. Defaults to MAX_EXPORT_SIGNING_KEYS (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.