lbcwallet/rpc/documentation
Josh Rickmar 146e92edc1 Fix credit slice indexing for transaction notifications.
Previously, this would always check a transaction output index against
the 0th credit's index.
2016-05-04 15:13:28 -04:00
..
api.md Fix credit slice indexing for transaction notifications. 2016-05-04 15:13:28 -04:00
clientusage.md Fix example node.js client after breaking API change. 2016-04-28 09:36:58 -04: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.