concatHex | R Documentation |
This function concatenates two hex strings, provided without the 0x
prefix,
and returns a list
object of the associated
integers.
concatHex(hex1, hex2)
hex1 |
|
hex2 |
|
list
Bernhard Pfaff
https://en.bitcoin.it/wiki/Wallet_import_format,
https://en.bitcoin.it/wiki/Address
Other BtcAdresses: BTCADR-class
,
PrivKey2PubKey
, PrivKey2Wif
,
PubHash2BtcAdr
,
PubKey2PubHash
, Wif2PrivKey
,
base58CheckDecode
,
base58CheckEncode
,
createBtcAdr
,
createPrivateKey
, decodeHex
,
hash160
, hash256
,
validBtcAdr
suppressWarnings(RNGversion("3.5.0"))
h1 <- "80"
h2 <- createPrivateKey()
concatHex(h1, h2)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.