Expand description
Types and primitives that implement the LSPS0: Transport Layer specification.
Modulesยง
- client
- Contains the main LSPS0 client-side object,
LSPS0ClientHandler
. - event
- Contains LSPS0 event types
- msgs
- Message, request, and other primitive types used to implement LSPS0.
- ser
- Contains basic data types that allow for the (de-)seralization of LSPS messages in the JSON-RPC 2.0 format.
- service
- Contains the main LSPS0 server-side object,
LSPS0ServiceHandler
.