createBtcAdr: Create BTC addresses

createBtcAdrR Documentation

Create BTC addresses

Description

This function creates an object of S4-class BTCADR.

Usage

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 Oct. 20, 2024, 5:06 p.m.

Related to createBtcAdr in rbtc...