Module thor_devkit::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§

  • Hierarchically deterministic node.
  • Builder for HDNode: use this to construct a node from different sources.
  • The primary type in this crate, most tasks require creating or using one.

Enums§

  • Errors related to HDNode construction and operation.
  • 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§