Function jsonMessageToBinaryStream

  • This function is a factory for a TransformStream that will transform JsonRPCMessages into the Uint8Array form. This is used for the stream output.

    Returns TransformStream<JSONRPCMessage, Uint8Array>

Generated using TypeDoc