Interface IDecoder<T>

Type Parameters

Hierarchy

  • IDecoder

Implemented by

Properties

contentTopic: string
fromProtoObj: ((pubSubTopic: string, proto: IProtoMessage) => Promise<undefined | T>)

Type declaration

fromWireToProtoObj: ((bytes: Uint8Array) => Promise<undefined | IProtoMessage>)

Type declaration

Generated using TypeDoc