@substrate-system/keys
Preparing search index...
KeyArgs
Type Alias KeyArgs
Args to constructor.
type
KeyArgs
=
{
did
:
DID
;
exchangeKeyName
?:
string
;
hasPersisted
:
boolean
;
isSessionOnly
?:
boolean
;
keys
:
{
exchange
:
CryptoKeyPair
;
write
:
CryptoKeyPair
}
;
writeKeyName
?:
string
;
}
Index
Properties
did
exchange
Key
Name?
has
Persisted
is
Session
Only?
keys
write
Key
Name?
Properties
did
did
:
DID
Optional
exchange
Key
Name
exchangeKeyName
?:
string
has
Persisted
hasPersisted
:
boolean
Optional
is
Session
Only
isSessionOnly
?:
boolean
keys
keys
:
{
exchange
:
CryptoKeyPair
;
write
:
CryptoKeyPair
}
Optional
write
Key
Name
writeKeyName
?:
string
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
did
exchange
Key
Name
has
Persisted
is
Session
Only
keys
write
Key
Name
@substrate-system/keys
Loading...
Args to constructor.