WaitForFundingCreated

data class WaitForFundingCreated(staticParams: StaticParams, currentTip: Pair<Int, BlockHeader>, currentOnChainFeerates: OnChainFeerates, temporaryChannelId: ByteVector32, localParams: LocalParams, remoteParams: RemoteParams, fundingAmount: Satoshi, pushAmount: MilliSatoshi, initialFeerate: FeeratePerKw, remoteFirstPerCommitmentPoint: PublicKey, channelFlags: Byte, channelVersion: ChannelVersion, lastSent: AcceptChannel) : ChannelState

Constructors

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

Properties

channelFlags
Link copied to clipboard
common
val channelFlags: Byte
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>
fundingAmount
Link copied to clipboard
common
val fundingAmount: Satoshi
initialFeerate
Link copied to clipboard
common
val initialFeerate: FeeratePerKw
lastSent
Link copied to clipboard
common
val lastSent: AcceptChannel
localParams
Link copied to clipboard
common
val localParams: LocalParams
pushAmount
Link copied to clipboard
common
val pushAmount: MilliSatoshi
remoteFirstPerCommitmentPoint
Link copied to clipboard
common
val remoteFirstPerCommitmentPoint: PublicKey
remoteParams
Link copied to clipboard
common
val remoteParams: RemoteParams
staticParams
Link copied to clipboard
common
open override val staticParams: StaticParams
temporaryChannelId
Link copied to clipboard
common
val temporaryChannelId: ByteVector32