dcrd/internal/rpcserver
Dave Collins fee0eefb54
standalone: IsTVI code consistency pass.
This improves the accuracy of the comment on the IsTreasuryVoteInterval
function and also makes all code related to it more consistent with the
rest of the codebase.
2020-09-30 11:20:53 -05:00
..
testdata rpcserver: Add handleSearchRawTransactions tests. 2020-08-29 22:03:04 -05:00
doc.go rpcserver: Move to internal. 2020-07-24 23:29:59 -05:00
interface.go rpcserver: Add support for gettreasuryspendvotes 2020-09-24 11:46:21 -05:00
log.go rpcserver: Add logging to internal package. 2019-10-24 21:37:27 -05:00
README.md rpcserver: Move to internal. 2020-07-24 23:29:59 -05:00
rpcserver_test.go rpcserver: Move to internal. 2020-07-24 23:29:59 -05:00
rpcserver.go standalone: IsTVI code consistency pass. 2020-09-30 11:20:53 -05:00
rpcserverhandlers_test.go rpcserver: Fix race in TestHandleTSpendVotes. 2020-09-29 14:19:10 -05:00
rpcserverhelp_test.go rpcserver: Move to internal. 2020-07-24 23:29:59 -05:00
rpcserverhelp.go rpcserver: Add support for gettreasuryspendvotes 2020-09-24 11:46:21 -05:00
rpcwebsocket.go multi: Add decentralized treasury support. 2020-09-21 12:15:31 -05:00
treasury_test.go standalone: Rename CalcTSpendExpiry. 2020-09-30 11:20:50 -05:00

rpcserver

Build Status ISC License Doc

Overview

Package rpcserver includes all RPC server interfaces, types, and pieces of code pertaining to implementing the RPC server.

License

Package rpcserver is licensed under the copyfree ISC License.