method Revelation.prototype.applyUpdates import { Revelation } from "."; const { applyUpdates } = Revelation.prototype; Revelation.prototype.applyUpdates(random: Random, actorReference: ActorReference, updates: readonly Update[]): Promise<readonly ResolvedUpdate[]> Apply a list of Updates Parameters random: Random actorReference: ActorReference updates: readonly Update[] Return Type Promise<readonly ResolvedUpdate[]>