Proposal

data class Proposal(val delay: ULong?, val identity: WireIdentity) : BufferedDecryptedMessage(source)

The decrypted message is a proposal.

Constructors

Link copied to clipboard
constructor(delay: ULong?, identity: WireIdentity)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val delay: ULong?

Commit delay in seconds.

Link copied to clipboard

Identity claims present in the sender credential.

Functions

Link copied to clipboard
open override fun destroy()