Skip to content

Commit

Permalink
Added utility functions for blockchain analysis
Browse files Browse the repository at this point in the history
  • Loading branch information
bpfaff committed Sep 3, 2018
1 parent 0a14d6a commit 917a94a
Show file tree
Hide file tree
Showing 93 changed files with 1,109 additions and 359 deletions.
6 changes: 3 additions & 3 deletions DESCRIPTION
Original file line number Diff line number Diff line change
@@ -1,15 +1,15 @@
Package: rbtc
Title: Bitcoin API
Version: 0.1-3
Version: 0.1-4
Authors@R: person("Bernhard", "Pfaff", email = "[email protected]", role = c("aut", "cre"))
Description: Implementation of the RPC-JSON API for Bitcoin and utility functions for address creation.
Depends: R (>= 3.4.0)
License: GPL-3
Encoding: UTF-8
LazyData: true
RoxygenNote: 6.0.1
RoxygenNote: 6.1.0
Imports: methods, rjson, httr, openssl, gmp
NeedsCompilation: no
Packaged: 2018-08-14 14:50:15 UTC; pfaffb
Packaged: 2018-09-03 15:51:24 UTC; pfaffb
Author: Bernhard Pfaff [aut, cre]
Maintainer: Bernhard Pfaff <[email protected]>
10 changes: 10 additions & 0 deletions NAMESPACE
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,8 @@ export(Wif2PrivKey)
export(addnode)
export(base58CheckDecode)
export(base58CheckEncode)
export(blockattime)
export(blockstats)
export(clearbanned)
export(concatHex)
export(conrpc)
Expand All @@ -17,6 +19,7 @@ export(createPrivateKey)
export(date2int)
export(decodeHex)
export(decoderawtransaction)
export(decodescript)
export(disconnectnode)
export(doubleUp)
export(ecparam)
Expand Down Expand Up @@ -63,6 +66,13 @@ export(rpcpost)
export(setnetworkactive)
export(startbtc)
export(stopbtc)
export(timeofblock)
export(txfee)
export(txids)
export(txinids)
export(txstats)
export(utxoage)
export(utxovalue)
export(validBtcAdr)
export(verifychain)
export(verifytxoutproof)
Expand Down
Loading

0 comments on commit 917a94a

Please sign in to comment.