Crate walletd_mnemonics_core

Crate walletd_mnemonics_core 

Source
Expand description

This library provides a common interface for handling mnemonics

Re-exports§

pub use self::seed::Seed;
pub use hex;

Modules§

prelude
This prelude module simplifies importing many useful items from the walletd_mnemonics_core crate using a glob import.
seed

Traits§

Language
The Language trait is used to provide a common interface for the different Language implementations in different walletD mnemonic libraries.
Mnemonic
Provide a common interface for different mnemonic protocols.
MnemonicBuilder
Provides a builder pattern for creating a Mnemonic.