Table of Contents

Class KeyFileData

Namespace
NLightning.Application.NLTG.Models
Assembly
NLightning.Application.NLTG.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

Nonce

[JsonPropertyName("nonce")]
public string Nonce { get; set; }

Property Value

string

Salt

[JsonPropertyName("salt")]
public string Salt { get; set; }

Property Value

string