BTCADR-class | R Documentation |
S4-class for BTC addresses, ordinarily created
by a call to createBtcAdr()
.
privkey
character
, the private key.
wif
character
, the WIF.
pubkey
character
, the 512-bit public key.
pubhash
character
, the hashed public key.
btcadr
character
, the BTC address.
mainnet
logical
, whether mainnet or testnet.
Bernhard Pfaff
https://en.bitcoin.it/wiki/Address
Other BtcAdresses: PrivKey2PubKey
,
PrivKey2Wif
, PubHash2BtcAdr
,
PubKey2PubHash
, Wif2PrivKey
,
base58CheckDecode
,
base58CheckEncode
, concatHex
,
createBtcAdr
,
createPrivateKey
, decodeHex
,
hash160
, hash256
,
validBtcAdr
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.