Crate nimiq_jsonrpc_core

Source

Structs§

Enums§

  • An error of this JSON-RPC implementation. This can be either an error object returned by the server, or any other error that might be triggered in the server or client (e.g. a network error).
  • Enum that is either a request or response object.
  • A JSON-RPC request or response can either be a single request or response, or a list of the former. This enum matches either for serialization and deserialization.

Constants§

Type Aliases§

  • Numeric error code used in error objects.