Module hdnode

Source
Expand description

VeChain-tailored hierarchically deterministic nodes support

In-deep explanation

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.
HDNodeBuilder
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§

HDNodeError
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 Mnemonic is turned into a Seed.

Constants§

VET_EXTERNAL_PATH
Default HD derivation path for VeChain