LocalContact

data class LocalContact(val publicKey: PublicKey, val name: String?, val updatedAtMillis: Long)

One Android-local address-book entry.

This is not authenticated Nostr metadata and never impersonates the remote key. Rust validates and persists it as account-scoped use-case state.

Constructors

Link copied to clipboard
constructor(publicKey: PublicKey, name: String?, updatedAtMillis: Long)

Properties

Link copied to clipboard
val name: String?

Optional bounded device-local label.

Link copied to clipboard

Canonical public key this local label describes.

Link copied to clipboard

Host-supplied update time in Unix milliseconds.