Wait For Funding Created
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, channelConfig: ChannelConfig, channelFeatures: ChannelFeatures, lastSent: AcceptChannel) : ChannelState
Content copied to clipboard
Constructors
WaitForFundingCreated
Link copied to clipboard
Properties
channelConfig
Link copied to clipboard
channelFeatures
Link copied to clipboard
channelFlags
Link copied to clipboard
currentOnChainFeerates
Link copied to clipboard
currentTip
Link copied to clipboard
fundingAmount
Link copied to clipboard
initialFeerate
Link copied to clipboard
lastSent
Link copied to clipboard
localParams
Link copied to clipboard
pushAmount
Link copied to clipboard
remoteFirstPerCommitmentPoint
Link copied to clipboard
remoteParams
Link copied to clipboard
staticParams
Link copied to clipboard
temporaryChannelId
Link copied to clipboard