Show / Hide Table of Contents

Class KeyDerivationPath

Enumerates known HD Key Derivation paths for various Key formats and Wallets in the Hedera ecosystem.

Inheritance
object
KeyDerivationPath
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Hiero
Assembly: Hiero.dll
Syntax
public sealed class KeyDerivationPath

Fields

| Edit this page View Source

Blade

The ECDSA Secp256k1 Key Derivation matching the 12 word seed phrase as implemented by the Blade Wallet as of May 2023.

Declaration
public static readonly KeyDerivationPath Blade
Field Value
Type Description
KeyDerivationPath
| Edit this page View Source

Calaxy

The Ed25519 Key Derivation matching the 12 word seed phrase as implemented by HashPack.

Declaration
public static readonly KeyDerivationPath Calaxy
Field Value
Type Description
KeyDerivationPath
| Edit this page View Source

HashPack

The Ed25519 Key Derivation matching the 24 word seed phrase as implemented by HashPack.

Declaration
public static readonly KeyDerivationPath HashPack
Field Value
Type Description
KeyDerivationPath
| Edit this page View Source

WallaWallet

The Ed25519 Key Derivation matching the 12 or 24 word seed phrase as implemented by Walla Wallet.

Declaration
public static readonly KeyDerivationPath WallaWallet
Field Value
Type Description
KeyDerivationPath

Properties

| Edit this page View Source

KeyType

The key type that should be produced when following this specific path.

Declaration
public KeyType KeyType { get; }
Property Value
Type Description
KeyType
| Edit this page View Source

Path

The individual steps in the key derivation path required to recreate keys from a mnemonic seed.

Declaration
public ReadOnlyMemory<uint> Path { get; }
Property Value
Type Description
ReadOnlyMemory<uint>
  • Edit this page
  • View Source
In this article
Back to top .NET Client Library for Hiero Network and Hedera Hashgraph