explodinglabs/jsonrpcserver

Replace Request classes with NamedTuples

bcb opened this issue · 2 comments

bcb commented

In keeping with the functional style of this library, remove the classes from the library, replacing them with immutable NamedTuples.

bcb commented

Request class has been replaced in #141.

bcb commented

Closed in #141.