BCHADR-class {rbch} | R Documentation |
S4 class BCHADR
Description
S4-class for BCH addresses
Slots
pubkey
character
, the 512-bit public key.pubhash
character
, the hashed public key.bchadr
character
, the BCH address.mainnet
logical
, whether mainnet or testnet.
Author(s)
Bernhard Pfaff
References
https://en.bitcoin.it/wiki/Address
See Also
Other BchAdresses:
BTCADR-class
,
PubHash2BchAdr()
,
PubKey2PubHash()
,
base58CheckDecode()
,
base58CheckEncode()
,
concatHex()
,
decodeHex()
,
hash160()
,
hash256()
,
validBchAdr()
,
validBtcAdr()
[Package rbch version 0.1-1 Index]