KvdbEntry

class KvdbEntry(val info: ServerKvdbEntryInfo, val publicMeta: ByteArray, val privateMeta: ByteArray, val data: ByteArray, val authorPubKey: String, val version: Long?, val statusCode: Long?, val schemaVersion: Long?)

Holds all available information about an Entry.

Constructors

Link copied to clipboard
constructor(info: ServerKvdbEntryInfo, publicMeta: ByteArray, privateMeta: ByteArray, data: ByteArray, authorPubKey: String, version: Long?, statusCode: Long?, schemaVersion: Long?)

Properties

Link copied to clipboard

Public key of an author of the entry

Link copied to clipboard

Entry data

Link copied to clipboard

Entry information created by server

Link copied to clipboard

Entry private metadata

Link copied to clipboard

Entry public metadata

Link copied to clipboard

Version of the Entry data structure and how it is encoded/encrypted

Link copied to clipboard

Retrieval and decryption status code

Link copied to clipboard

Version number (changes on every on existing item)