DotNetLightning


ChannelWaitingForFundingTx Type

Record fields

Record Field Description

AnnounceChannel

Full Usage: AnnounceChannel

Field type: bool
Field type: bool

ChannelOptions

Full Usage: ChannelOptions

Field type: ChannelOptions
Field type: ChannelOptions

ChannelPrivKeys

Full Usage: ChannelPrivKeys

Field type: ChannelPrivKeys
Field type: ChannelPrivKeys

FundingSatoshis

Full Usage: FundingSatoshis

Field type: Money
Field type: Money

FundingTxMinimumDepth

Full Usage: FundingTxMinimumDepth

Field type: BlockHeightOffset32
Field type: BlockHeightOffset32

InitFeeRatePerKw

Full Usage: InitFeeRatePerKw

Field type: FeeRatePerKw
Field type: FeeRatePerKw

LocalParams

Full Usage: LocalParams

Field type: LocalParams
Field type: LocalParams

LocalStaticShutdownScriptPubKey

Full Usage: LocalStaticShutdownScriptPubKey

Field type: Option<ShutdownScriptPubKey>
Field type: Option<ShutdownScriptPubKey>

Network

Full Usage: Network

Field type: Network
Field type: Network

NodeSecret

Full Usage: NodeSecret

Field type: NodeSecret
Field type: NodeSecret

PushMSat

Full Usage: PushMSat

Field type: LNMoney
Field type: LNMoney

RemoteChannelPubKeys

Full Usage: RemoteChannelPubKeys

Field type: ChannelPubKeys
Field type: ChannelPubKeys

RemoteFirstPerCommitmentPoint

Full Usage: RemoteFirstPerCommitmentPoint

Field type: PerCommitmentPoint
Field type: PerCommitmentPoint

RemoteInit

Full Usage: RemoteInit

Field type: InitMsg
Field type: InitMsg

RemoteNodeId

Full Usage: RemoteNodeId

Field type: NodeId
Field type: NodeId

RemoteParams

Full Usage: RemoteParams

Field type: RemoteParams
Field type: RemoteParams

RemoteStaticShutdownScriptPubKey

Full Usage: RemoteStaticShutdownScriptPubKey

Field type: Option<ShutdownScriptPubKey>
Field type: Option<ShutdownScriptPubKey>

TemporaryChannelId

Full Usage: TemporaryChannelId

Field type: ChannelId
Field type: ChannelId

Instance members

Instance member Description

this.CreateFundingTx

Full Usage: this.CreateFundingTx

Parameters:
Returns: Result<(FundingCreatedMsg * ChannelWaitingForFundingSigned), ChannelError>
fundingTx : FinalizedTx
outIndex : TxOutIndex
Returns: Result<(FundingCreatedMsg * ChannelWaitingForFundingSigned), ChannelError>