defy.tools

Class HDKXSequentialPrivate

Uses a private key to derive the next signer and encrypt keys, and uses the encrypt.publicKey to read/write content.

Access to an event on this index can be shared to others, without compromising other events on this index.

USE CASE: A list of channels a user owns or subscribes

Hierarchy (view full)

Constructors

Properties

documents: ContentDocument[] = []
encryptParent: HDKey
eventTag: string
expectedPubKey: string
parentDocument?: ContentDocument
sequentialKeysets: SequentialKeyset[] = []
signingParent: HDKey
state: BehaviorSubject<"empty" | "loading" | "ready"> = ...
wordset?: Uint32Array

Methods