Committed

@Serializable
class Committed<T>

A value committed to. Packages the value and the secret needed to open the Commitment.

Constructors

Link copied to clipboard
fun <T> Committed(value: T)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
Link copied to clipboard
val value: T

Extensions

Link copied to clipboard
inline fun <T> Committed<T>.commitment(): Commitment<T>