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