InitServerInfo: {
    IdentityKey: string;
    OneTimeKey?: string;
    SignedPreKey: { PreKey: string; Signature: string };
}

Initial server info.

Contains the information necessary to complete the X3DH handshake from a sender's side.

Type declaration

  • IdentityKey: string
  • OptionalOneTimeKey?: string
  • SignedPreKey: { PreKey: string; Signature: string }