validBtcAdr: Validate S4-class BTCADR (BTC alias)

View source: R/AllClasses.R

validBtcAdrR 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

BTCADR 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()


rbch documentation built on Sept. 28, 2024, 1:07 a.m.

Related to validBtcAdr in rbch...