WaitingForRevocation

data class WaitingForRevocation(nextRemoteCommit: RemoteCommit, sent: CommitSig, sentAfterLocalCommitIndex: Long, reSignAsap: Boolean)

Constructors

WaitingForRevocation
Link copied to clipboard
common
fun WaitingForRevocation(from: WaitingForRevocation)

Functions

export
Link copied to clipboard
common
fun export(): WaitingForRevocation

Properties

nextRemoteCommit
Link copied to clipboard
common
val nextRemoteCommit: RemoteCommit
reSignAsap
Link copied to clipboard
common
val reSignAsap: Boolean = false
sent
Link copied to clipboard
common
val sent: CommitSig
sentAfterLocalCommitIndex
Link copied to clipboard
common
val sentAfterLocalCommitIndex: Long