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