Interface Encoder

Hierarchy

  • Encoder

Implemented by

Properties

contentTopic: string
toProtoObj: ((message: Partial<Message>) => Promise<undefined | ProtoMessage>)

Type declaration

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

Type declaration

    • (message: Partial<Message>): Promise<undefined | Uint8Array>
    • Parameters

      Returns Promise<undefined | Uint8Array>

Generated using TypeDoc