Options
All
  • Public
  • Public/Protected
  • All
Menu

Objects that knows how to create messages from serialized payloads.

Note: this could be in the Message class but the circular dependency breaks Typescript.

Hierarchy

  • MessageFactory

Index

Constructors

constructor

Methods

Static createMessageFromBuffer

  • createMessageFromBuffer(payload?: Uint8Array): Message

Static createMessageFromHex

  • createMessageFromHex(payload?: string): Message

Generated using TypeDoc