Module diem_json_rpc::stream_rpc
source · Expand description
JSON RPC endpoint
Used as public API interface for interacting with Full Nodes It serves HTTP API requests from various external clients (such as wallets)
Protocol specification: https://www.jsonrpc.org/specification
Module organization: ├── runtime.rs # implementation of JSON RPC protocol over Websocket ├── tests.rs # tests