Docs.rs
  • ergo-lib-0.21.0
    • ergo-lib 0.21.0
    • Docs.rs crate page
    • CC0-1.0
    • Links
    • Repository
    • crates.io
    • Source
    • Owners
    • greenhat
    • ross-weir
    • SethDusek
    • Dependencies
      • base16 ^0.2.1 normal
      • bitvec ^0.22.3 normal
      • bounded-vec ^0.7.0 normal
      • derive_more ^0.99 normal
      • ergo-chain-types ^0.8.0 normal
      • ergo-merkle-tree ^0.8.0 normal
      • ergo-nipopow ^0.8 normal
      • ergo-rest ^0.6.0 normal
      • ergoscript-compiler ^0.17.0 normal
      • ergotree-interpreter ^0.21.0 normal
      • ergotree-ir ^0.21.0 normal
      • hmac ^0.11.0 normal
      • indexmap ^1.3.2 normal
      • k256 ^0.10.0 normal
      • lazy_static ^1.4 normal
      • num-bigint ^0.4.0 normal
      • pbkdf2 ^0.8 normal
      • proptest ^1.0.0 normal
      • proptest-derive ^0.3.0 normal
      • rand ^0.8.5 normal
      • serde ^1.0 normal
      • serde_json ^1.0 normal
      • serde_with ^1.9.1 normal
      • sha2 ^0.9.8 normal
      • sigma-ser ^0.10.0 normal
      • sigma-util ^0.9.0 normal
      • thiserror ^1 normal
      • unicode-normalization ^0.1.19 normal
      • bs58 ^0.4.0 dev
      • byteorder ^1 dev
      • ergo-merkle-tree ^0.8.0 dev
      • ergotree-interpreter ^0.21.0 dev
      • ergotree-ir ^0.21.0 dev
      • pretty_assertions ^0.7.2 dev
      • sigma-test-util ^0.3.0 dev
      • wasm-bindgen-test ^0.3.10 dev
    • Versions
    • 100% of the crate is documented
  • Go to latest version
  • Platform
    • i686-pc-windows-msvc
    • i686-unknown-linux-gnu
    • x86_64-apple-darwin
    • x86_64-pc-windows-msvc
    • x86_64-unknown-linux-gnu
  • Feature flags
  • docs.rs
    • About docs.rs
    • Badges
    • Builds
    • Metadata
    • Shorthand URLs
    • Download
    • Rustdoc JSON
    • Build queue
    • Privacy policy
  • Rust
    • Rust website
    • The Book
    • Standard Library API Reference
    • Rust by Example
    • The Cargo Guide
    • Clippy Documentation
logo

logo

Module derivation_path

  • Structs
  • Enums
?
Change settings

Module ergo_lib::wallet::derivation_path

source · [−]
Expand description

Derivation path according to BIP-44 https://github.com/bitcoin/bips/blob/master/bip-0044.mediawiki and EIP-3 https://github.com/ergoplatform/eips/blob/master/eip-0003.md

Structs

ChildIndexHardened
Index for hardened derivation
ChildIndexNormal
Index for normal(non-hardened) derivation
DerivationPath
According to BIP-44 https://github.com/bitcoin/bips/blob/master/bip-0044.mediawiki and EIP-3 https://github.com/ergoplatform/eips/blob/master/eip-0003.md

Enums

ChildIndex
Child index for derivation
ChildIndexError
Child index related errors
DerivationPathError
DerivationPath errors