InitFunder

data class InitFunder(temporaryChannelId: ByteVector32, fundingAmount: Satoshi, pushAmount: MilliSatoshi, initialFeerate: FeeratePerKw, fundingTxFeerate: FeeratePerKw, localParams: LocalParams, remoteInit: Init, channelFlags: Byte, channelVersion: ChannelVersion)

Constructors

InitFunder
Link copied to clipboard
common
fun InitFunder(from: ChannelEvent.InitFunder)

Properties

channelFlags
Link copied to clipboard
common
val channelFlags: Byte
channelVersion
Link copied to clipboard
common
val channelVersion: ChannelVersion
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