PubKey2PubHash {rbch} | R Documentation |
Create public key hash from 512-bit public key
Description
This function returns the associated public key hash
from a 512-bit public key by using the hash160()
function.
Usage
PubKey2PubHash(pubkey, mainnet = TRUE)
Arguments
pubkey |
|
mainnet |
|
Value
character
, the hash of a public key
Author(s)
Bernhard Pfaff
References
https://en.bitcoin.it/wiki/Address
See Also
Other BchAdresses:
BCHADR-class
,
BTCADR-class
,
PubHash2BchAdr()
,
base58CheckDecode()
,
base58CheckEncode()
,
concatHex()
,
decodeHex()
,
hash160()
,
hash256()
,
validBchAdr()
,
validBtcAdr()
[Package rbch version 0.1-1 Index]