| BTCADR-class {rbtc} | R Documentation |
S4 class BTCADR
Description
S4-class for BTC addresses, ordinarily created
by a call to createBtcAdr().
Slots
privkeycharacter, the private key.wifcharacter, the WIF.pubkeycharacter, the 512-bit public key.pubhashcharacter, the hashed public key.btcadrcharacter, the BTC address.mainnetlogical, 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]