DataEntry

data class DataEntry(val key: ByteVector, val value: ByteVector)

Constructors

Link copied to clipboard
fun DataEntry(key: ByteVector, value: ByteVector)

Properties

Link copied to clipboard
val key: ByteVector
Link copied to clipboard
val value: ByteVector