mirror of https://github.com/hyperledger/besu
An enterprise-grade Java-based, Apache 2.0 licensed Ethereum client https://wiki.hyperledger.org/display/besu
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
1.0 KiB
1.0 KiB
description: Pantheon JSON-RPC API reference
JSON-RPC API Overview
The Pantheon JSON-RPC API uses the JSON-RPC v2.0 specification of the JSON-RPC protocol.
The JSON (RFC 4627) format which represents objects and data fields as collections of name/value pairs, in a readable, hierarchical form. Values have specific data types such as quantities (decimal integers, hexadecimal numbers, strings) and unformatted data (byte arrays, account addresses, hashes, and bytecode arrays).
RPC is the remote procedure call protocol (RFC 1831). The protocol is stateless and transport agnostic in that the concepts can be used within the same process, over sockets, over HTTP, or in various message passing environments.