AccountDescriptor

data class AccountDescriptor(val publicKey: PublicKey, val databaseFilename: String)

Identity-derived non-secret account storage reference.

Constructors

Link copied to clipboard
constructor(publicKey: PublicKey, databaseFilename: String)

Properties

Link copied to clipboard

deterministic Rust-owned SQLite filename

Link copied to clipboard

canonical local authority