defy.tools

Class ContactChannel

Hierarchy (view full)

Constructors

Properties

channelId: string
dkxParent: HDKIndex
docIndex: number
documents: Note[] = []
error?: ContentError
indexes: {
    [pubkey: string]: {
        dkxNotify: HDKXNotification;
        dkxRecv: HDKXTwoParty;
        dkxSend?: HDKXTwoParty;
    };
}

Type declaration

lastNote: BehaviorSubject<{
    created_at: number;
    text: string;
}> = ...

Type declaration

  • created_at: number
  • text: string
nostrEvent: Event<number>
notifKey: BehaviorSubject<Notification> = ...
notifRecv: Subject<Notification> = ...
ownerPubKey: string
verified: boolean = false
version: number = 1

Accessors

Methods