PubHash2BtcAdr: Create BCH address from public key hash (BTC alias)

Description Usage Arguments Value Author(s) References

View source: R/BchAddresses.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


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

Related to PubHash2BtcAdr in rbch...