DotNetLightning


RouterPrimitives Module

Types

Type Description

AssistedChannel

ChannelHop

A directed hop between two connected nodes using a specific channel.

IHop

PrivateChannel

PublicChannel

RouterConf

Functions and values

Function or value Description

checkUpdate (x, msg)

Full Usage: checkUpdate (x, msg)

Parameters:
Returns: Result<unit, 'a>
x : ChannelUpdateMsg option
msg : 'a
Returns: Result<unit, 'a>

isNode1 (localNodeId, remoteNodeId)

Full Usage: isNode1 (localNodeId, remoteNodeId)

Parameters:
Returns: bool
localNodeId : NodeId
remoteNodeId : NodeId
Returns: bool