UNPKG

gun

Version:

A realtime, decentralized, offline-first, graph data synchronization engine.

16 lines (14 loc) 301 B
import { GunUser, ISEAPair } from '..'; export type GunCallbackUserAuth = ( ack: | { ack: 2; /** ~publicKeyOfUser */ soul: string; /** ~publicKeyOfUser */ get: string; put: GunUser; sea: ISEAPair; } | { err: string } ) => void;