Module thor_devkit::hdnode

source ·
Expand description

VeChain-tailored Hierarchically deterministic nodes support

Reference <https://github.com/bitcoin/bips/blob/master/bip-0032.mediawiki>

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