Open Channel
data class OpenChannel(chainHash: ByteVector32, temporaryChannelId: ByteVector32, fundingSatoshis: Satoshi, pushMsat: MilliSatoshi, dustLimitSatoshis: Satoshi, maxHtlcValueInFlightMsat: Long, channelReserveSatoshis: Satoshi, htlcMinimumMsat: MilliSatoshi, feeratePerKw: FeeratePerKw, toSelfDelay: CltvExpiryDelta, maxAcceptedHtlcs: Int, fundingPubkey: PublicKey, revocationBasepoint: PublicKey, paymentBasepoint: PublicKey, delayedPaymentBasepoint: PublicKey, htlcBasepoint: PublicKey, firstPerCommitmentPoint: PublicKey, channelFlags: Byte, tlvStream: TlvStream<ChannelTlv>) : ChannelMessage, HasTemporaryChannelId, HasChainHash
Content copied to clipboard
Types
Companion
Link copied to clipboard
Functions
Properties
channelFlags
Link copied to clipboard
channelReserveSatoshis
Link copied to clipboard
channelType
Link copied to clipboard
delayedPaymentBasepoint
Link copied to clipboard
dustLimitSatoshis
Link copied to clipboard
feeratePerKw
Link copied to clipboard
firstPerCommitmentPoint
Link copied to clipboard
fundingPubkey
Link copied to clipboard
fundingSatoshis
Link copied to clipboard
htlcBasepoint
Link copied to clipboard
htlcMinimumMsat
Link copied to clipboard
maxAcceptedHtlcs
Link copied to clipboard
maxHtlcValueInFlightMsat
Link copied to clipboard
paymentBasepoint
Link copied to clipboard
pushMsat
Link copied to clipboard
revocationBasepoint
Link copied to clipboard
temporaryChannelId
Link copied to clipboard
tlvStream
Link copied to clipboard
toSelfDelay
Link copied to clipboard
type
Link copied to clipboard