Class AttentionMessageEventArgs
- Namespace
- NLightning.Domain.Node.Events
- Assembly
- NLightning.Domain.dll
public class AttentionMessageEventArgs : EventArgs
- Inheritance
-
AttentionMessageEventArgs
- Inherited Members
Constructors
AttentionMessageEventArgs(string, CompactPubKey, ChannelId?)
public AttentionMessageEventArgs(string message, CompactPubKey peerPubKey, ChannelId? channelId = null)
Parameters
messagestringpeerPubKeyCompactPubKeychannelIdChannelId?
Properties
ChannelId
public ChannelId? ChannelId { get; }
Property Value
Message
public string Message { get; }
Property Value
PeerPubKey
public CompactPubKey PeerPubKey { get; }