Blockchain Commons XID TypeScript Library - v1.0.0-alpha.13
Preparing search index...
PrivateKeyData
Type Alias PrivateKeyData
PrivateKeyData
:
|
{
type
:
"decrypted"
;
privateKeys
:
PrivateKeys
}
|
{
type
:
"encrypted"
;
envelope
:
Envelope
}
Private key data that can be either decrypted or encrypted.
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
Blockchain Commons XID TypeScript Library - v1.0.0-alpha.13
Loading...
Private key data that can be either decrypted or encrypted.