Table of Contents

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

message string
peerPubKey CompactPubKey
channelId ChannelId?

Properties

ChannelId

public ChannelId? ChannelId { get; }

Property Value

ChannelId?

Message

public string Message { get; }

Property Value

string

PeerPubKey

public CompactPubKey PeerPubKey { get; }

Property Value

CompactPubKey