Class KeyFileData
- Namespace
- NLightning.Infrastructure.Node.Models
- Assembly
- NLightning.Infrastructure.dll
- Inheritance
-
KeyFileData
- Inherited Members
-
Properties
Descriptor
[JsonPropertyName("descriptor")]
public string Descriptor { get; set; }
Property Value
- string
EncryptedExtKey
[JsonPropertyName("encryptedExtKey")]
public string EncryptedExtKey { get; set; }
Property Value
- string
HeightOfBirth
[JsonPropertyName("heightOfBirth")]
public uint HeightOfBirth { get; set; }
Property Value
- uint
LastUsedIndex
[JsonPropertyName("lastUsedIndex")]
public uint LastUsedIndex { get; set; }
Property Value
- uint
Network
[JsonPropertyName("network")]
public string Network { get; set; }
Property Value
- string