• Migrate a single Actor document to incorporate latest data model changes Return an Object of updateData to be applied

    Parameters

    • actorData: ActorData

      The actor data to derive an update from

    • token: TokenDocument
    • Optional options: {
          actor: undefined | Actor;
      } = {}

      Additional options

      • actor: undefined | Actor

        Associated actor document

    Returns object

    • The updateData to apply

Generated using TypeDoc