Wait For Funding Signed
data class WaitForFundingSigned(staticParams: StaticParams, currentTip: Pair<Int, BlockHeader>, currentOnChainFeerates: OnChainFeerates, channelId: ByteVector32, localParams: LocalParams, remoteParams: RemoteParams, fundingTx: Transaction, fundingTxFee: Satoshi, localSpec: CommitmentSpec, localCommitTx: Transactions.TransactionWithInputInfo.CommitTx, remoteCommit: RemoteCommit, channelFlags: Byte, channelVersion: ChannelVersion, lastSent: FundingCreated) : ChannelState
Content copied to clipboard
Constructors
WaitForFundingSigned
Link copied to clipboard
Properties
channelFlags
Link copied to clipboard
channelVersion
Link copied to clipboard
currentOnChainFeerates
Link copied to clipboard
currentTip
Link copied to clipboard
fundingTxFee
Link copied to clipboard
lastSent
Link copied to clipboard
localCommitTx
Link copied to clipboard
localParams
Link copied to clipboard
localSpec
Link copied to clipboard
remoteCommit
Link copied to clipboard
remoteParams
Link copied to clipboard
staticParams
Link copied to clipboard