BTCADR-class {rbtc} | R Documentation |
S4 class BTCADR
Description
S4-class for BTC addresses, ordinarily created
by a call to createBtcAdr()
.
Slots
privkey
character
, the private key.wif
character
, the WIF.pubkey
character
, the 512-bit public key.pubhash
character
, the hashed public key.btcadr
character
, the BTC address.mainnet
logical
, whether mainnet or testnet.
Author(s)
Bernhard Pfaff
References
https://en.bitcoin.it/wiki/Address
See Also
Other BtcAdresses: PrivKey2PubKey
,
PrivKey2Wif
, PubHash2BtcAdr
,
PubKey2PubHash
, Wif2PrivKey
,
base58CheckDecode
,
base58CheckEncode
, concatHex
,
createBtcAdr
,
createPrivateKey
, decodeHex
,
hash160
, hash256
,
validBtcAdr
[Package rbtc version 0.1-6 Index]