validBchAdr {rbch} | R Documentation |
Validate S4-class BCHADR
Description
This function validates objects of S4-class
BCHADR
. Hereby, checks are conducted
with respect to the first character of the addresses;
their consistency with the net version and
the correspondence of the checksums.
Usage
validBchAdr(object)
Arguments
object |
|
Author(s)
Bernhard Pfaff
References
https://en.bitcoin.it/wiki/Address
See Also
Other BchAdresses:
BCHADR-class
,
BTCADR-class
,
PubHash2BchAdr()
,
PubKey2PubHash()
,
base58CheckDecode()
,
base58CheckEncode()
,
concatHex()
,
decodeHex()
,
hash160()
,
hash256()
,
validBtcAdr()
[Package rbch version 0.1-1 Index]