PubHash2BchAdr {rbch} | R Documentation |
Create BCH address from public key hash
Description
This function returns the corresponding BCH address from a hashed public key.
Usage
PubHash2BchAdr(pubhash)
Arguments
pubhash |
|
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()
[Package rbch version 0.1-1 Index]