Expand description
VeChain-tailored hierarchically deterministic nodes support
This module glues together several important components involved in key derivation
from different sources. You can construct an HDNode in multiple ways, allowing,
for example, generating a private key from mnemonic or generating a random key.
Structs§
- HDNode
- Hierarchically deterministic node.
- HDNode
Builder - Builder for HDNode: use this to construct a node from different sources.
- Mnemonic
- The primary type in this crate, most tasks require creating or using one.
Enums§
- HDNode
Error - Errors related to HDNode construction and operation.
- Language
- The language determines which words will be used in a mnemonic phrase, but also indirectly
determines the binary value of each word when a
Mnemonicis turned into aSeed.
Constants§
- VET_
EXTERNAL_ PATH - Default HD derivation path for VeChain