decodeHex: Decoding of a hex string

Description Usage Arguments Value Author(s) References See Also

View source: R/BchAddresses.R

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 BchAdresses: BCHADR-class, BTCADR-class, PubHash2BchAdr(), PubKey2PubHash(), base58CheckDecode(), base58CheckEncode(), concatHex(), hash160(), hash256(), validBchAdr(), validBtcAdr()


rbch documentation built on Jan. 11, 2022, 1:06 a.m.

Related to decodeHex in rbch...