Type Alias InitSenderInfo
InitSenderInfo: {
CipherText: string;
EphemeralKey: string;
IdentityKey: string;
OneTimeKey?: string;
PreKey: string;
Sender: string;
}
Type declaration
CipherText: string
EphemeralKey: string
IdentityKey: string
Optional
OneTimeKey?: string
PreKey: string
Sender: string
Initial information about a sender