82e743754f
StartBtcdRpc becomes StartConsensusRpc. This is useful for forks such as decred or if someone were to write another compatible server. Bump up the api version as this is a change. |
||
---|---|---|
.. | ||
api.md | ||
clientusage.md | ||
README.md | ||
serverchanges.md |
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 it out of scope for these documents.