Table of Contents

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

string

EncryptedExtKey

[JsonPropertyName("encryptedExtKey")]
public string EncryptedExtKey { get; set; }

Property Value

string

LastUsedIndex

[JsonPropertyName("lastUsedIndex")]
public uint LastUsedIndex { get; set; }

Property Value

uint

Network

[JsonPropertyName("network")]
public string Network { get; set; }

Property Value

string