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
CompactPubKeyresponseMessage
IChannelMessage
Properties
PeerPubKey
public CompactPubKey PeerPubKey { get; }
Property Value
ResponseMessage
public IChannelMessage ResponseMessage { get; }