Interface IEncoder

Hierarchy

  • IEncoder

Implemented by

Properties

contentTopic: string
ephemeral: boolean
toProtoObj: ((message: IMessage) => Promise<undefined | IProtoMessage>)

Type declaration

toWire: ((message: IMessage) => Promise<undefined | Uint8Array>)

Type declaration

Generated using TypeDoc