Description Usage Arguments Value Author(s) References See Also Examples
This function converts a hex string,, whereby the string must not
contain the 0x prefix, to a list object with the associated
integers as its elements.
1 | decodeHex(s)
|
s |
|
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, concatHex,
createBtcAdr,
createPrivateKey, hash160,
hash256, validBtcAdr
1 2 | pk <- createPrivateKey()
decodeHex(pk)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.