InitSenderInfo: {
    CipherText: string;
    EphemeralKey: string;
    IdentityKey: string;
    OneTimeKey?: string;
    PreKey: string;
    Sender: string;
}

Initial information about a sender

Type declaration

  • CipherText: string
  • EphemeralKey: string
  • IdentityKey: string
  • OptionalOneTimeKey?: string
  • PreKey: string
  • Sender: string