StoredEventJson

data class StoredEventJson(val eventId: String, val eventJson: String)

Exact canonical signed event selected from Rust-owned protocol truth.

Constructors

Link copied to clipboard
constructor(eventId: String, eventJson: String)

Properties

Link copied to clipboard

Canonical authenticated ID.

Link copied to clipboard

Exact canonical event JSON.