Skip to main content

ImportSigningKeysResult

Midnight.js API Reference v3.1.0


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

Interface: ImportSigningKeysResult

Result of a signing key import operation.

Properties

imported

readonly imported: number

Number of keys successfully imported.


overwritten

readonly overwritten: number

Number of keys that overwrote existing keys (when conflictStrategy is 'overwrite').


skipped

readonly skipped: number

Number of keys skipped due to conflicts (when conflictStrategy is 'skip').