walletd_hd_key 0.2.0

WalletD HD Key library for handling HD keys
Documentation
1
2
3
4
5
6
7
8
9
10
//! This prelude module simplifies importing many useful items from the walletd_hd_key crate using a glob import.
//!
//! To use this prelude, add the following to your code:
//! ```
//! use walletd_hd_key::prelude::*;
//! ```

pub use crate::{
    FromStr, HDKey, HDNetworkType, HDPath, HDPathBuilder, HDPathIndex, HDPurpose, Seed,
};