lbcwallet/rpc/documentation
2018-05-23 19:38:56 -07:00
..
api.md Cleanup TransactionDetails RPC messages. 2018-05-23 19:38:56 -07:00
clientusage.md multi: switch import paths back to upstream 2018-05-23 19:38:56 -07:00
README.md Fix spelling in legacy test and docs using aspell 2016-03-09 20:39:03 +01:00
serverchanges.md Fix spelling in legacy test and docs using aspell 2016-03-09 20:39:03 +01:00

RPC Documentation

This project provides a gRPC server for Remote Procedure Call (RPC) access from other processes. This is intended to be the primary means by which users, through other client programs, interact with the wallet.

These documents cover the documentation for both consumers of the server and developers who must make changes or additions to the API and server implementation:

A legacy RPC server based on the JSON-RPC API of Bitcoin Core's wallet is also available, but documenting its usage is out of scope for these documents.