| createBtcAdr {rbtc} | R Documentation |
Create BTC addresses
Description
This function creates an object of S4-class BTCADR.
Usage
createBtcAdr(privkey, mainnet = TRUE)
Arguments
privkey |
|
mainnet |
|
Value
Object of S4-class BTCADR
Author(s)
Bernhard Pfaff
References
https://en.bitcoin.it/wiki/Address
See Also
Other BtcAdresses: BTCADR-class,
PrivKey2PubKey, PrivKey2Wif,
PubHash2BtcAdr,
PubKey2PubHash, Wif2PrivKey,
base58CheckDecode,
base58CheckEncode, concatHex,
createPrivateKey, decodeHex,
hash160, hash256,
validBtcAdr
[Package rbtc version 0.1-6 Index]