WaitForFundingSigned

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

Constructors

WaitForFundingSigned
Link copied to clipboard
common
fun WaitForFundingSigned(from: WaitForFundingSigned)

Properties

channelFlags
Link copied to clipboard
common
val channelFlags: Byte
channelId
Link copied to clipboard
common
val channelId: ByteVector32
channelVersion
Link copied to clipboard
common
val channelVersion: ChannelVersion
currentOnChainFeerates
Link copied to clipboard
common
open override val currentOnChainFeerates: OnChainFeerates
currentTip
Link copied to clipboard
common
open override val currentTip: Pair<Int, BlockHeader>
fundingTx
Link copied to clipboard
common
val fundingTx: Transaction
fundingTxFee
Link copied to clipboard
common
val fundingTxFee: Satoshi
lastSent
Link copied to clipboard
common
val lastSent: FundingCreated
localCommitTx
Link copied to clipboard
common
localParams
Link copied to clipboard
common
val localParams: LocalParams
localSpec
Link copied to clipboard
common
val localSpec: CommitmentSpec
remoteCommit
Link copied to clipboard
common
val remoteCommit: RemoteCommit
remoteParams
Link copied to clipboard
common
val remoteParams: RemoteParams
staticParams
Link copied to clipboard
common
open override val staticParams: StaticParams