Class KeyDerivationPath
Enumerates known HD Key Derivation paths for various Key formats and Wallets in the Hedera ecosystem.
Inherited Members
Namespace: Hiero
Assembly: Hiero.dll
Syntax
public sealed class KeyDerivationPath
Fields
| Edit this page View SourceBlade
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 |
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 |
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 |
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 SourceKeyType
The key type that should be produced when following this specific path.
Declaration
public KeyType KeyType { get; }
Property Value
| Type | Description |
|---|---|
| KeyType |
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> |