Module jsonrpsee_core::server::helpers
source · Available on crate feature
server
only.Expand description
Helpers.
Structs
- Builder to build a
BatchResponse
. - Bounded writer that allows writing at most
max_len
bytes. - Represent the response to a method call.
- Sink that is used to send back the result to the server for a specific method.
Enums
- Represent the outcome of a method call success or failed.
Functions
- Create a JSON-RPC error response.
- Figure out if this is a sufficiently complete request that we can extract an
Id
out of, or just plain unparseable garbage.