DotNetLightning


ChannelHop Type

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

Record fields

Record Field Description

CLTVExpiryDelta

Full Usage: CLTVExpiryDelta

Field type: BlockHeightOffset16
Field type: BlockHeightOffset16

LastUpdate

Full Usage: LastUpdate

Field type: UnsignedChannelUpdateMsg
Field type: UnsignedChannelUpdateMsg

NextNodeId

Full Usage: NextNodeId

Field type: NodeId

The id of the end node

Field type: NodeId

NodeId

Full Usage: NodeId

Field type: NodeId

The id of the start node

Field type: NodeId

Instance members

Instance member Description

this.LastUpdateValue

Full Usage: this.LastUpdateValue

Returns: UnsignedChannelUpdateMsg
Returns: UnsignedChannelUpdateMsg

this.NextNodeIdValue

Full Usage: this.NextNodeIdValue

Returns: NodeId
Returns: NodeId

this.NodeIdValue

Full Usage: this.NodeIdValue

Returns: NodeId
Returns: NodeId

Static members

Static member Description

ChannelHop.Create(a, b, u)

Full Usage: ChannelHop.Create(a, b, u)

Parameters:
Returns: ChannelHop
a : NodeId
b : NodeId
u : UnsignedChannelUpdateMsg
Returns: ChannelHop

ChannelHop.FromGraphEdge(g)

Full Usage: ChannelHop.FromGraphEdge(g)

Parameters:
Returns: ChannelHop
g : GraphLabel
Returns: ChannelHop