InvalidRevokedCommitProof

data class InvalidRevokedCommitProof(channelId: ByteVector32, ourCommitmentNumber: Long, theirCommitmentNumber: Long, perCommitmentSecret: PrivateKey) : ChannelException

Functions

details
Link copied to clipboard
common
fun details(): String

Properties

cause
Link copied to clipboard
common
open val cause: Throwable?
channelId
Link copied to clipboard
common
open override val channelId: ByteVector32
message
Link copied to clipboard
common
open override val message: String
ourCommitmentNumber
Link copied to clipboard
common
val ourCommitmentNumber: Long
perCommitmentSecret
Link copied to clipboard
common
val perCommitmentSecret: PrivateKey
theirCommitmentNumber
Link copied to clipboard
common
val theirCommitmentNumber: Long