Edits before release (#983)

Signed-off-by: Adrian Sutton <adrian.sutton@consensys.net>
This commit is contained in:
MadelineMurray
2019-02-26 20:35:31 +10:00
committed by GitHub
parent 42e84431af
commit 87d9ed4f77
4 changed files with 7 additions and 9 deletions

View File

@@ -13,7 +13,5 @@ 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.
* [Using the Pantheon JSON-RPC API](Using-JSON-RPC-API.md)
* [Authentication](Authentication.md)
* [JSON-RPC API Methods](../Reference/JSON-RPC-API-Methods.md)
* [JSON-RPC API Objects](../Reference/JSON-RPC-API-Objects.md)
The Reference documentation includes the [JSON-RPC API Methods](../Reference/JSON-RPC-API-Methods.md)
and [JSON-RPC API Objects](../Reference/JSON-RPC-API-Objects.md)