Package-level declarations

Types

Link copied to clipboard
@Serializable
data class Box(val box: String, val timestamp: Long = 0)

Simple box object.

Link copied to clipboard
@Serializable
data class SealedBox(val secretBox: String, val timestamp: Long)

Simple sealed box object.

Link copied to clipboard
@Serializable
data class ViewTagBox(val box: String, val timestamp: Long, val txKey: String, val viewTag: String)

Box object with view tag.