validBchAdr: Validate S4-class BCHADR

View source: R/AllClasses.R

validBchAdrR 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

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


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

Related to validBchAdr in rbch...