Crate rusty_paper_wallet

Source
Expand description

§Rusty Paper Wallet

Generates descriptor-based bitcoin paper wallet offline.

Structs§

WifAndHexPub
Contains private key in WIF format and the relative public key in HEX format

Functions§

create_key_pairs_and_address
Creates a key pair for every alias in the given descriptor, Creates another descriptor replacing alias with the relative public key, so that we can compute the address.
process
Process descriptor and network and returns an html page encoded in a data-url which is pasteable in a browser

Type Aliases§

Result
Result type with implicit library Error