validBtcAdr {rbch} | R Documentation |
Validate S4-class BTCADR (BTC alias)
Description
This function validates objects of S4-class
BTCADR
. 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
validBtcAdr(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()
,
validBchAdr()
[Package rbch version 0.1-1 Index]