Crate diem_json_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: ├── methods.rs # contains all available JSON RPC method handlers ├── runtime.rs # implementation of JSON RPC protocol over HTTP ├── tests.rs # tests

Re-exports

Modules

Macros

Functions

  • Creates JSON RPC server for a Validator node Should only be used for unit-tests