DotNetLightning


CommitmentSpec Type

Record fields

Record Field Description

FeeRatePerKw

Full Usage: FeeRatePerKw

Field type: FeeRatePerKw
Field type: FeeRatePerKw

IncomingHTLCs

Full Usage: IncomingHTLCs

Field type: Map<HTLCId, UpdateAddHTLCMsg>
Field type: Map<HTLCId, UpdateAddHTLCMsg>

OutgoingHTLCs

Full Usage: OutgoingHTLCs

Field type: Map<HTLCId, UpdateAddHTLCMsg>
Field type: Map<HTLCId, UpdateAddHTLCMsg>

ToLocal

Full Usage: ToLocal

Field type: LNMoney
Field type: LNMoney

ToRemote

Full Usage: ToRemote

Field type: LNMoney
Field type: LNMoney

Static members

Static member Description

CommitmentSpec.Create(toLocal) (toRemote) (feeRate)

Full Usage: CommitmentSpec.Create(toLocal) (toRemote) (feeRate)

Parameters:
Returns: CommitmentSpec
toLocal : LNMoney
toRemote : LNMoney
feeRate : FeeRatePerKw
Returns: CommitmentSpec