indexRevelation.prototype.determinePath
method Revelation.prototype.determinePath
import { Revelation } from ".";
const { determinePath } = Revelation.prototype;

Determine which path to take for an Action

Parameters

random: Random
action: Action
actorReference: ActorReference

Return Type

Promise<Outcome>