Learn R Programming

rbch (version 0.1-2)

PubHash2BchAdr: Create BCH address from public key hash

Description

This function returns the corresponding BCH address from a hashed public key.

Usage

PubHash2BchAdr(pubhash)

Value

character, the BCH address

Arguments

pubhash

character, the public key hash.

Author

Bernhard Pfaff

References

https://en.bitcoin.it/wiki/Address

See Also

Other BchAdresses: BCHADR-class, BTCADR-class, PubKey2PubHash(), base58CheckDecode(), base58CheckEncode(), concatHex(), decodeHex(), hash160(), hash256(), validBchAdr(), validBtcAdr()