MinimalImportableKey type
Represents the properties required to import a key.
Signature:export type MinimalImportableKey = RequireOnly<IKey, 'privateKeyHex' | 'type' | 'kms'>
Represents the properties required to import a key.
Signature:export type MinimalImportableKey = RequireOnly<IKey, 'privateKeyHex' | 'type' | 'kms'>