Interface ISignedPreKeyRecordStructure

Properties of a SignedPreKeyRecordStructure.

Hierarchy

  • ISignedPreKeyRecordStructure

Implemented by

Properties

id?: null | number

SignedPreKeyRecordStructure id

privateKey?: null | Uint8Array

SignedPreKeyRecordStructure privateKey

publicKey?: null | Uint8Array

SignedPreKeyRecordStructure publicKey

signature?: null | Uint8Array

SignedPreKeyRecordStructure signature

timestamp?: null | number | Long

SignedPreKeyRecordStructure timestamp

Generated using TypeDoc