@substrate-system/webcrypto-x3dh
Preparing search index...
index
InitServerInfo
Type Alias InitServerInfo
Type returned from the server when initiating a connection.
type
InitServerInfo
=
{
IdentityKey
:
string
;
OneTimeKey
?:
string
;
SignedPreKey
:
{
PreKey
:
string
;
Signature
:
string
}
;
}
Index
Properties
Identity
Key
One
Time
Key?
Signed
Pre
Key
Properties
Identity
Key
IdentityKey
:
string
Optional
One
Time
Key
OneTimeKey
?:
string
Signed
Pre
Key
SignedPreKey
:
{
PreKey
:
string
;
Signature
:
string
}
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
Identity
Key
One
Time
Key
Signed
Pre
Key
@substrate-system/webcrypto-x3dh
Loading...
Type returned from the server when initiating a connection.