PubHash2BtcAdr: Create BTC address from public key hash

Description Usage Arguments Value Author(s) References See Also

View source: R/BtcAddresses.R

Description

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

Usage

1
PubHash2BtcAdr(pubhash)

Arguments

pubhash

character, the public key hash.

Value

character, the BTC address

Author(s)

Bernhard Pfaff

References

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

See Also

Other BtcAdresses: BTCADR-class, PrivKey2PubKey, PrivKey2Wif, PubKey2PubHash, Wif2PrivKey, base58CheckDecode, base58CheckEncode, concatHex, createBtcAdr, createPrivateKey, decodeHex, hash160, hash256, validBtcAdr


rbtc documentation built on May 2, 2019, 12:20 p.m.

Related to PubHash2BtcAdr in rbtc...