Function clientInputTransformStream

  • This constructs a transformation stream that converts any input into a JSONRCPRequest message. It also refreshes a timer each time a message is processed if one is provided.

    Type Parameters

    Parameters

    • method: string

      Name of the method that was called, used to select the server side.

    Returns TransformStream<I, JSONRPCRequest>

Generated using TypeDoc