createBtcAdr: Create BTC addresses

Description Usage Arguments Value Author(s) References See Also

Description

This function creates an object of S4-class BTCADR.

Usage

1
createBtcAdr(privkey, mainnet = TRUE)

Arguments

privkey

character, a private key.

mainnet

logical, for which net the keys should belong to.

Value

Object of S4-class BTCADR

Author(s)

Bernhard Pfaff

References

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

See Also

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


rbtc documentation built on May 2, 2019, 12:20 p.m.

Related to createBtcAdr in rbtc...