lbcd/btcjson
2022-01-23 23:23:18 -08:00
..
btcdextcmds.go Add generatetoaddress and estimatesmartfee RPCs 2020-03-17 09:29:41 -04:00
btcdextcmds_test.go [lbry] rename btcd to lbcd 2021-12-14 14:00:59 -08:00
btcdextresults.go Port getheaders JSON-RPC command from dcrd 2017-01-10 19:11:18 -07:00
btcdextresults_test.go [lbry] rename btcd to lbcd 2021-12-14 14:00:59 -08:00
btcwalletextcmds.go fix NewImportAddressCmd rescan wrong parameters 2018-03-05 19:25:40 +00:00
btcwalletextcmds_test.go [lbry] rename btcd to lbcd 2021-12-14 14:00:59 -08:00
chainsvrcmds.go [lbry] rpc: update getrawtransaction to take verbose as boolean 2022-01-23 23:23:18 -08:00
chainsvrcmds_test.go [lbry] rpc: update getrawtransaction to take verbose as boolean 2022-01-23 23:23:18 -08:00
chainsvrresults.go [lbry] rpc: added getchaintips RPC 2021-12-14 14:00:59 -08:00
chainsvrresults_test.go [lbry] rpc: support claim related methods 2021-12-14 14:00:59 -08:00
chainsvrwscmds.go btcjson,rpcclient: use proper Deprecated comment format 2020-03-10 11:00:24 -04:00
chainsvrwscmds_test.go [lbry] rename btcd to lbcd 2021-12-14 14:00:59 -08:00
chainsvrwsntfns.go btcjson,rpcclient: use proper Deprecated comment format 2020-03-10 11:00:24 -04:00
chainsvrwsntfns_test.go [lbry] rename btcd to lbcd 2021-12-14 14:00:59 -08:00
chainsvrwsresults.go btcjson/docs: add rescanblocks command backported from dcrd 2017-01-27 15:32:15 -07:00
chainsvrwsresults_test.go [lbry] rename btcd to lbcd 2021-12-14 14:00:59 -08:00
claimcmds.go [lbry] rpc: support claim related methods 2021-12-14 14:00:59 -08:00
cmdinfo.go multi: Fix several misspellings in the comments. 2016-02-25 11:17:12 -06:00
cmdinfo_test.go [lbry] rename btcd to lbcd 2021-12-14 14:00:59 -08:00
cmdparse.go Add Batch JSON-RPC support (rpc client & server) 2021-02-09 09:47:46 -05:00
cmdparse_test.go [lbry] rename btcd to lbcd 2021-12-14 14:00:59 -08: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
error_test.go [lbry] rename btcd to lbcd 2021-12-14 14:00:59 -08:00
example_test.go [lbry] rename btcd to lbcd 2021-12-14 14:00:59 -08:00
export_test.go Relicense to the btcsuite developers. 2015-05-01 12:00:56 -05:00
help.go [lbry] rpc: support claim related methods 2021-12-14 14:00:59 -08:00
help_test.go [lbry] rename btcd to lbcd 2021-12-14 14:00:59 -08:00
helpers.go Add getblockfilter JSON-RPC client command 2020-08-31 10:02:54 -04:00
helpers_test.go [lbry] rename btcd to lbcd 2021-12-14 14:00:59 -08:00
jsonrpc.go [lbry] rpc: support claim related methods 2021-12-14 14:00:59 -08:00
jsonrpc_test.go [lbry] rename btcd to lbcd 2021-12-14 14:00:59 -08:00
jsonrpcerr.go btcjson: add new JSON-RPC errors and document them 2020-10-26 09:35:46 -04:00
README.md [lbry] docs: update docs for LBRY 2021-12-14 14:01:09 -08:00
register.go build: clean linter warnings 2020-05-13 08:58:39 -04:00
register_test.go [lbry] rename btcd to lbcd 2021-12-14 14:00:59 -08:00
walletsvrcmds.go [lbry] rpc: added optional address type for getnewaddress 2021-12-14 14:00:59 -08:00
walletsvrcmds_test.go [lbry] rename btcd to lbcd 2021-12-14 14:00:59 -08:00
walletsvrresults.go [lbry] rpc: ladded claim related fields for wallet 2021-12-14 14:00:59 -08:00
walletsvrresults_test.go [lbry] rename btcd to lbcd 2021-12-14 14:00:59 -08:00
walletsvrwscmds.go Relicense to the btcsuite developers. 2015-05-01 12:00:56 -05:00
walletsvrwscmds_test.go [lbry] rename btcd to lbcd 2021-12-14 14:00:59 -08:00
walletsvrwsntfns.go btcd/multi: fix a number of typos in comments. 2018-01-25 23:23:59 -06:00
walletsvrwsntfns_test.go [lbry] rename btcd to lbcd 2021-12-14 14:00:59 -08: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.