Table of Contents

Class ChannelResponseMessageEventArgs

Namespace
NLightning.Domain.Channels.Events
Assembly
NLightning.Domain.dll
public class ChannelResponseMessageEventArgs : EventArgs
Inheritance
ChannelResponseMessageEventArgs
Inherited Members

Constructors

ChannelResponseMessageEventArgs(CompactPubKey, IChannelMessage)

public ChannelResponseMessageEventArgs(CompactPubKey peerPubKey, IChannelMessage responseMessage)

Parameters

peerPubKey CompactPubKey
responseMessage IChannelMessage

Properties

PeerPubKey

public CompactPubKey PeerPubKey { get; }

Property Value

CompactPubKey

ResponseMessage

public IChannelMessage ResponseMessage { get; }

Property Value

IChannelMessage