Accept Channel
data class AcceptChannel(temporaryChannelId: ByteVector32, dustLimitSatoshis: Satoshi, maxHtlcValueInFlightMsat: Long, channelReserveSatoshis: Satoshi, htlcMinimumMsat: MilliSatoshi, minimumDepth: Long, toSelfDelay: CltvExpiryDelta, maxAcceptedHtlcs: Int, fundingPubkey: PublicKey, revocationBasepoint: PublicKey, paymentBasepoint: PublicKey, delayedPaymentBasepoint: PublicKey, htlcBasepoint: PublicKey, firstPerCommitmentPoint: PublicKey, tlvStream: TlvStream<ChannelTlv>) : ChannelMessage, HasTemporaryChannelId
Content copied to clipboard
Types
Companion
Link copied to clipboard
Functions
Properties
channelReserveSatoshis
Link copied to clipboard
channelType
Link copied to clipboard
delayedPaymentBasepoint
Link copied to clipboard
dustLimitSatoshis
Link copied to clipboard
firstPerCommitmentPoint
Link copied to clipboard
fundingPubkey
Link copied to clipboard
htlcBasepoint
Link copied to clipboard
htlcMinimumMsat
Link copied to clipboard
maxAcceptedHtlcs
Link copied to clipboard
maxHtlcValueInFlightMsat
Link copied to clipboard
minimumDepth
Link copied to clipboard
paymentBasepoint
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