InitFunder

data class InitFunder(temporaryChannelId: ByteVector32, fundingAmount: Satoshi, pushAmount: MilliSatoshi, initialFeerate: FeeratePerKw, fundingTxFeerate: FeeratePerKw, localParams: LocalParams, remoteInit: Init, channelFlags: Byte, channelConfig: ChannelConfig, channelType: ChannelType.SupportedChannelType, channelOrigin: ChannelOrigin?) : ChannelEvent

Properties

channelConfig
Link copied to clipboard
common
val channelConfig: ChannelConfig
channelFlags
Link copied to clipboard
common
val channelFlags: Byte
channelOrigin
Link copied to clipboard
common
val channelOrigin: ChannelOrigin? = null
channelType
Link copied to clipboard
common
val channelType: ChannelType.SupportedChannelType
fundingAmount
Link copied to clipboard
common
val fundingAmount: Satoshi
fundingTxFeerate
Link copied to clipboard
common
val fundingTxFeerate: FeeratePerKw
initialFeerate
Link copied to clipboard
common
val initialFeerate: FeeratePerKw
localParams
Link copied to clipboard
common
val localParams: LocalParams
pushAmount
Link copied to clipboard
common
val pushAmount: MilliSatoshi
remoteInit
Link copied to clipboard
common
val remoteInit: Init
temporaryChannelId
Link copied to clipboard
common
val temporaryChannelId: ByteVector32