Skip to main content

ExportSigningKeysOptions

Midnight.js API Reference v3.1.0


Midnight.js API Reference / @midnight-ntwrk/midnight-js-types / ExportSigningKeysOptions

Interface: ExportSigningKeysOptions

Options for exporting signing keys.

Properties

maxKeys?

readonly optional maxKeys: number

Maximum number of keys to export. Defaults to MAX_EXPORT_SIGNING_KEYS (10000). Set to a lower value to limit memory usage.


password?

readonly optional password: string

Password used to encrypt the export. Must be at least 16 characters. If not provided, uses the storage password.