Hierarchy

  • DecodedMessage
    • DecodedMessage

Implements

  • IDecodedMessage

Constructors

  • Parameters

    • proto: WakuMessage
    • decodedPayload: Uint8Array
    • Optional signature: Uint8Array
    • Optional signaturePublicKey: Uint8Array

    Returns DecodedMessage

Properties

_decodedPayload: Uint8Array
proto: WakuMessage
signature?: Uint8Array
signaturePublicKey?: Uint8Array

Accessors

  • get _rawPayload(): undefined | Uint8Array
  • Returns undefined | Uint8Array

  • get _rawTimestamp(): undefined | bigint
  • Returns undefined | bigint

  • get contentTopic(): undefined | string
  • Returns undefined | string

  • get ephemeral(): boolean
  • Returns boolean

  • get rateLimitProof(): undefined | IRateLimitProof
  • Returns undefined | IRateLimitProof

  • get timestamp(): undefined | Date
  • Returns undefined | Date

  • get version(): number
  • Returns number

Generated using TypeDoc