Documentation
    Preparing search index...

    Interface PendingUpdate

    A pending napplet update — raised when a napplet reconnects with a different aggregateHash.

    interface PendingUpdate {
        dTag: string;
        newHash: string;
        oldHash: string;
        pubkey: string;
        resolve: (action: "accept" | "block") => void;
        windowId: string;
    }
    Index

    Properties

    dTag: string
    newHash: string
    oldHash: string
    pubkey: string
    resolve: (action: "accept" | "block") => void
    windowId: string