PubHash2BchAdr: Create BCH address from public key hash

Description Usage Arguments Value Author(s) References See Also

View source: R/BchAddresses.R

Description

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

Usage

1
PubHash2BchAdr(pubhash)

Arguments

pubhash

character, the public key hash.

Value

character, the BCH address

Author(s)

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


rbch documentation built on Jan. 11, 2022, 1:06 a.m.

Related to PubHash2BchAdr in rbch...