decodeHex: Decoding of a hex string

Description Usage Arguments Value Author(s) References See Also Examples

Description

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.

Usage

1

Arguments

s

character, the hex string.

Value

list

Author(s)

Bernhard Pfaff

References

https://en.bitcoin.it/wiki/Wallet_import_format,
https://en.bitcoin.it/wiki/Address

See Also

Other BtcAdresses: BTCADR-class, PrivKey2PubKey, PrivKey2Wif, PubHash2BtcAdr, PubKey2PubHash, Wif2PrivKey, base58CheckDecode, base58CheckEncode, concatHex, createBtcAdr, createPrivateKey, hash160, hash256, validBtcAdr

Examples

1
2
3

Example output

Warning message:
In createPrivateKey() : 
For exemplary purposes, only.
Use at your own risk!

 [1] 82 57 b5 cb 2e 44 f3 ee e3 43 ce 84 53 c9 dd dd bb f4 76 05 49 3c fa 41 0b
[26] da 8a f4 4d 38 81 48

rbtc documentation built on May 2, 2019, 6:11 p.m.

Related to decodeHex in rbtc...