Type Alias InitServerInfo
InitServerInfo: {
IdentityKey: string;
OneTimeKey?: string;
SignedPreKey: { PreKey: string; Signature: string };
}
Type declaration
IdentityKey: string
Optional
OneTimeKey?: string
SignedPreKey: { PreKey: string; Signature: string }
Initial server info.
Contains the information necessary to complete the X3DH handshake from a sender's side.