Channel Reestablish
data class ChannelReestablish(channelId: ByteVector32, nextLocalCommitmentNumber: Long, nextRemoteRevocationNumber: Long, yourLastCommitmentSecret: PrivateKey, myCurrentPerCommitmentPoint: PublicKey, tlvStream: TlvStream<ChannelReestablishTlv>) : HasChannelId, HasEncryptedChannelData
Content copied to clipboard
Types
Companion
Link copied to clipboard
Functions
with Channel Data
Link copied to clipboard
open fun withChannelData(ecd: EncryptedChannelData): HasEncryptedChannelData
Content copied to clipboard
with Non Empty Channel Data
Link copied to clipboard
open override fun withNonEmptyChannelData(ecd: EncryptedChannelData): ChannelReestablish
Content copied to clipboard
Properties
channelData
Link copied to clipboard
myCurrentPerCommitmentPoint
Link copied to clipboard
nextLocalCommitmentNumber
Link copied to clipboard
nextRemoteRevocationNumber
Link copied to clipboard
tlvStream
Link copied to clipboard
type
Link copied to clipboard
yourLastCommitmentSecret
Link copied to clipboard