Expand description
§Rusty Paper Wallet
Generates descriptor-based bitcoin paper wallet offline.
Structs§
- WifAnd
HexPub - 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