DotNetLightning


RemoteParams Type

Record fields

Record Field Description

ChannelReserveSatoshis

Full Usage: ChannelReserveSatoshis

Field type: Money
Field type: Money

DustLimitSatoshis

Full Usage: DustLimitSatoshis

Field type: Money
Field type: Money

Features

Full Usage: Features

Field type: FeatureBits
Field type: FeatureBits

HTLCMinimumMSat

Full Usage: HTLCMinimumMSat

Field type: LNMoney
Field type: LNMoney

MaxAcceptedHTLCs

Full Usage: MaxAcceptedHTLCs

Field type: uint16
Field type: uint16

MaxHTLCValueInFlightMSat

Full Usage: MaxHTLCValueInFlightMSat

Field type: LNMoney
Field type: LNMoney

ToSelfDelay

Full Usage: ToSelfDelay

Field type: BlockHeightOffset16
Field type: BlockHeightOffset16

Static members

Static member Description

RemoteParams.FromAcceptChannel(remoteInit) (msg)

Full Usage: RemoteParams.FromAcceptChannel(remoteInit) (msg)

Parameters:
Returns: RemoteParams
remoteInit : InitMsg
msg : AcceptChannelMsg
Returns: RemoteParams

RemoteParams.FromOpenChannel(remoteInit) (msg)

Full Usage: RemoteParams.FromOpenChannel(remoteInit) (msg)

Parameters:
Returns: RemoteParams
remoteInit : InitMsg
msg : OpenChannelMsg
Returns: RemoteParams