lbcd/btcjson
2021-09-10 16:51:53 -04:00
..
btcdextcmds.go Add generatetoaddress and estimatesmartfee RPCs 2020-03-17 09:29:41 -04:00
btcdextcmds_test.go step 1 of updating module paths to not use replace 2021-09-10 16:23:04 -04:00
btcdextresults.go Port getheaders JSON-RPC command from dcrd 2017-01-10 19:11:18 -07:00
btcdextresults_test.go step 1 of updating module paths to not use replace 2021-09-10 16:23:04 -04:00
btcwalletextcmds.go fix NewImportAddressCmd rescan wrong parameters 2018-03-05 19:25:40 +00:00
btcwalletextcmds_test.go step 1 of updating module paths to not use replace 2021-09-10 16:23:04 -04:00
chainsvrcmds.go step 1 of updating module paths to not use replace 2021-09-10 16:23:04 -04:00
chainsvrcmds_test.go step 1 of updating module paths to not use replace 2021-09-10 16:23:04 -04:00
chainsvrresults.go use newer lbcutil, rename refs for it 2021-09-10 16:51:53 -04:00
chainsvrresults_test.go use newer lbcutil, rename refs for it 2021-09-10 16:51:53 -04:00
chainsvrwscmds.go btcjson,rpcclient: use proper Deprecated comment format 2020-03-10 11:00:24 -04:00
chainsvrwscmds_test.go step 1 of updating module paths to not use replace 2021-09-10 16:23:04 -04:00
chainsvrwsntfns.go btcjson,rpcclient: use proper Deprecated comment format 2020-03-10 11:00:24 -04:00
chainsvrwsntfns_test.go step 1 of updating module paths to not use replace 2021-09-10 16:23:04 -04:00
chainsvrwsresults.go btcjson/docs: add rescanblocks command backported from dcrd 2017-01-27 15:32:15 -07:00
chainsvrwsresults_test.go step 1 of updating module paths to not use replace 2021-09-10 16:23:04 -04:00
claimcmds.go [lbry] rpc: support claim related methods 2021-08-19 14:19:21 -04:00
cmdinfo.go multi: Fix several misspellings in the comments. 2016-02-25 11:17:12 -06:00
cmdparse.go Add Batch JSON-RPC support (rpc client & server) 2021-02-09 09:47:46 -05:00
CONTRIBUTORS Import btcjson repo into btcjson directory. 2015-02-19 11:10:46 -06:00
doc.go Relicense to the btcsuite developers. 2015-05-01 12:00:56 -05:00
error.go Relicense to the btcsuite developers. 2015-05-01 12:00:56 -05:00
example_test.go step 1 of updating module paths to not use replace 2021-09-10 16:23:04 -04:00
export_test.go Relicense to the btcsuite developers. 2015-05-01 12:00:56 -05:00
help.go Fix a ton of typos accumulated over time 2017-05-30 16:59:51 +02:00
helpers.go Add getblockfilter JSON-RPC client command 2020-08-31 10:02:54 -04:00
helpers_test.go step 1 of updating module paths to not use replace 2021-09-10 16:23:04 -04:00
jsonrpc.go [lbry] rpc: support claim related methods 2021-08-19 14:19:21 -04:00
jsonrpc_test.go step 1 of updating module paths to not use replace 2021-09-10 16:23:04 -04:00
jsonrpcerr.go btcjson: add new JSON-RPC errors and document them 2020-10-26 09:35:46 -04:00
README.md sanitizing readmes for lbcd 2021-08-31 15:53:55 -04:00
register.go build: clean linter warnings 2020-05-13 08:58:39 -04:00
walletsvrcmds.go use newer lbcutil, rename refs for it 2021-09-10 16:51:53 -04:00
walletsvrcmds_test.go use newer lbcutil, rename refs for it 2021-09-10 16:51:53 -04:00
walletsvrresults.go step 1 of updating module paths to not use replace 2021-09-10 16:23:04 -04:00
walletsvrresults_test.go use newer lbcutil, rename refs for it 2021-09-10 16:51:53 -04:00
walletsvrwscmds.go Relicense to the btcsuite developers. 2015-05-01 12:00:56 -05:00
walletsvrwscmds_test.go step 1 of updating module paths to not use replace 2021-09-10 16:23:04 -04:00
walletsvrwsntfns.go btcd/multi: fix a number of typos in comments. 2018-01-25 23:23:59 -06:00
walletsvrwsntfns_test.go step 1 of updating module paths to not use replace 2021-09-10 16:23:04 -04:00

btcjson

ISC License

Package btcjson implements concrete types for marshalling to and from the bitcoin JSON-RPC API. A comprehensive suite of tests is provided to ensure proper functionality.