ImportablePrivateKey type
Represents private key data that can be imported. This is a subset of ManagedPrivateKey.
The alias
of the resulting ManagedPrivateKey can be generated automatically if none is provided.
Signature:
export type ImportablePrivateKey = RequireOnly<ManagedPrivateKey, 'privateKeyHex' | 'type'>
References: RequireOnly, ManagedPrivateKey