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

View source: R/BchAddresses.R

PubHash2BtcAdrR Documentation

Create BCH address from public key hash (BTC alias)

Description

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

Usage

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 Sept. 28, 2024, 1:07 a.m.

Related to PubHash2BtcAdr in rbch...