DotNetLightning


ExtraHop Type

Record fields

Record Field Description

CLTVExpiryDelta

Full Usage: CLTVExpiryDelta

Field type: BlockHeightOffset16
Field type: BlockHeightOffset16

FeeBase

Full Usage: FeeBase

Field type: LNMoney
Field type: LNMoney

FeeProportionalMillionths

Full Usage: FeeProportionalMillionths

Field type: uint32
Field type: uint32

NodeId

Full Usage: NodeId

Field type: NodeId
Field type: NodeId

ShortChannelId

Full Usage: ShortChannelId

Field type: ShortChannelId
Field type: ShortChannelId

Instance members

Instance member Description

this.CLTVExpiryDeltaValue

Full Usage: this.CLTVExpiryDeltaValue

Returns: BlockHeightOffset16
Returns: BlockHeightOffset16

this.FeeBaseValue

Full Usage: this.FeeBaseValue

Returns: LNMoney
Returns: LNMoney

this.FeeProportionalMillionthsValue

Full Usage: this.FeeProportionalMillionthsValue

Returns: uint32
Returns: uint32

this.NodeIdValue

Full Usage: this.NodeIdValue

Returns: NodeId
Returns: NodeId

this.ShortChannelIdValue

Full Usage: this.ShortChannelIdValue

Returns: ShortChannelId
Returns: ShortChannelId

Static members

Static member Description

ExtraHop.Size

Full Usage: ExtraHop.Size

Returns: int
Returns: int

ExtraHop.TryCreate(nodeId, shortChannelId, feeBase, feeProportionalMillionths, cltvExpiryDelta)

Full Usage: ExtraHop.TryCreate(nodeId, shortChannelId, feeBase, feeProportionalMillionths, cltvExpiryDelta)

Parameters:
Returns: Result<ExtraHop, string>
nodeId : NodeId
shortChannelId : ShortChannelId
feeBase : LNMoney
feeProportionalMillionths : uint32
cltvExpiryDelta : BlockHeightOffset16
Returns: Result<ExtraHop, string>