Hyperlinkv0.9.0-beta.0

Lookup

Lookup.DirectoryUpsertedclasssrc/Lookup.ts:125

Directory row upserted (first advertise, serves refresh, or A→B dial replace). dialChanged is true when the dial target moved (membership push for peer rebind).

wire schemas
Source src/Lookup.ts:1258 lines
export class DirectoryUpserted extends Schema.TaggedClass<DirectoryUpserted>()(
  "DirectoryUpserted",
  {
    entry: DirectoryEntry,
    previous: Schema.optionalKey(DirectoryEntry),
    dialChanged: Schema.Boolean,
  },
) {}
Referenced by 1 symbols