lbcd/btcjson
2022-10-31 00:23:46 -07:00
..
btcdextcmds.go Add generatetoaddress and estimatesmartfee RPCs 2020-03-17 09:29:41 -04:00
btcdextcmds_test.go [lbry] rename btcd to lbcd 2022-05-23 23:53:30 -07: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 2022-05-23 23:53:30 -07:00
btcwalletextcmds.go fix NewImportAddressCmd rescan wrong parameters 2018-03-05 19:25:40 +00:00
btcwalletextcmds_test.go [lbry] rename btcd to lbcd 2022-05-23 23:53:30 -07:00
chainsvrcmds.go rpc: support hex data output for createrawtransaction 2022-09-14 18:41:04 -07:00
chainsvrcmds_test.go rpc: support hex data output for createrawtransaction 2022-09-14 18:41:04 -07:00
chainsvrresults.go rpcserver: add GetBlockStats 2022-09-20 23:59:57 -07:00
chainsvrresults_test.go [lbry] rpc: support claim related methods 2022-05-23 23:53:30 -07: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 2022-05-23 23:53:30 -07: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 2022-05-23 23:53:30 -07: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 2022-05-23 23:53:30 -07:00
claimcmds.go [lbry] rpc: support claim related methods 2022-05-23 23:53:30 -07: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 2022-05-23 23:53:30 -07:00
cmdparse.go [lbry] btcjson: take integers for boolean parameters. 2022-05-24 00:04:19 -07:00
cmdparse_test.go [lbry] btcjson: take integers for boolean parameters. 2022-05-24 00:04:19 -07:00
CONTRIBUTORS Import btcjson repo into btcjson directory. 2015-02-19 11:10:46 -06:00
doc.go ci: gofmt with go 1.19 2022-08-07 23:40:53 -07:00
error.go Relicense to the btcsuite developers. 2015-05-01 12:00:56 -05:00
error_test.go [lbry] rename btcd to lbcd 2022-05-23 23:53:30 -07:00
example_test.go [lbry] rename btcd to lbcd 2022-05-23 23:53:30 -07:00
export_test.go Relicense to the btcsuite developers. 2015-05-01 12:00:56 -05:00
help.go ci: gofmt with go 1.19 2022-08-07 23:40:53 -07:00
help_test.go [lbry] rename btcd to lbcd 2022-05-23 23:53:30 -07: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 2022-05-23 23:53:30 -07:00
jsonrpc.go [lbry] rpc: support claim related methods 2022-05-23 23:53:30 -07:00
jsonrpc_test.go [lbry] rename btcd to lbcd 2022-05-23 23:53:30 -07: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 2022-05-24 00:01:46 -07:00
register.go build: clean linter warnings 2020-05-13 08:58:39 -04:00
register_test.go [lbry] rename btcd to lbcd 2022-05-23 23:53:30 -07:00
walletsvrcmds.go rpcclient: update rescanblockchain support 2022-10-31 00:23:46 -07:00
walletsvrcmds_test.go rpc: update rpc cmd requests to support multi-account 2022-09-26 11:08:19 -07:00
walletsvrresults.go rpcclient: update rescanblockchain support 2022-10-31 00:23:46 -07:00
walletsvrresults_test.go [lbry] rpc: un-embedded attributes in getaddressinfo result 2022-07-05 20:12:27 -07:00
walletsvrwscmds.go rpc: update rpc cmd requests to support multi-account 2022-09-26 11:08:19 -07:00
walletsvrwscmds_test.go rpc: update rpc cmd requests to support multi-account 2022-09-26 11:08:19 -07: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 2022-05-23 23:53:30 -07: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.