[][src]Module wallet_gen::bitcoin

Various functions related to Bitcoin wallet generation and validation.

Structs

BitcoinWifData

Constants for generating addresses and private keys in Bitcoin-based coins, when converting to Wallet Import Format (WIF).

Functions

base58_check

Performs a "base58 check", a modified base 58 byte conversion that appends a double SHA256 checksum.

new_wallet

Generate a new wallet based on the Bitcoin style of producing Wallets. For Bitcoin and Bitcoin variants.

wif_data

Gets the constant data used to generate WIF addresses.