# Packages

Package hd provides basic functionality Hierarchical Deterministic Wallets.
No description provided by the author
No description provided by the author

# Functions

New creates a new keybase instance using the passed DB for reading and writing keys.

# Constants

ChineseSimplified is currently not supported.
ChineseTraditional is currently not supported.
Ed25519 represents the Ed25519 signature system.
English is the default language to create a mnemonic.
French is currently not supported.
Italian is currently not supported.
Japanese is currently not supported.
Korean is currently not supported.
Secp256k1 uses the Bitcoin secp256k1 ECDSA parameters.
Spanish is currently not supported.
Info KeyTypes.
Info KeyTypes.
Info KeyTypes.
Info KeyTypes.

# Variables

ErrTssUnsupported is raised when the caller tries to use TSS, which is not supported.
ErrUnsupportedLanguage is raised when the caller tries to use a different language than english for creating a mnemonic sentence.
ErrUnsupportedSigningAlgo is raised when the caller tries to use a different signing scheme than secp256k1.

# Interfaces

Info is the publicly exposed information about a keypair.
Keybase exposes operations on a generic keystore.

# Type aliases

KeyType reflects a human-readable type for key listing.
Language is a language to create the BIP 39 mnemonic in.
SigningAlgo defines an algorithm to derive key-pairs which can be used for cryptographic signing.