| BTCADR-class {rbch} | R Documentation |
S4 class BTCADR (BTC alias)
Description
S4-class for BTC addresses
Slots
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 BchAdresses:
BCHADR-class,
PubHash2BchAdr(),
PubKey2PubHash(),
base58CheckDecode(),
base58CheckEncode(),
concatHex(),
decodeHex(),
hash160(),
hash256(),
validBchAdr(),
validBtcAdr()
[Package rbch version 0.1-1 Index]