Table of Contents

Class GetAddressIpcResponse

Namespace
NLightning.Transport.Ipc.Responses
Assembly
NLightning.Transport.Ipc.dll

Response for List Peers command

[MessagePackObject(false)]
public sealed class GetAddressIpcResponse
Inheritance
GetAddressIpcResponse
Inherited Members

Properties

AddressP2Tr

[Key(0)]
public string? AddressP2Tr { get; set; }

Property Value

string

AddressP2Wsh

[Key(1)]
public string? AddressP2Wsh { get; set; }

Property Value

string