mwg API
    Preparing search index...

    Interface SimulationReplayResult<State, Command, Event>

    interface SimulationReplayResult<State, Command, Event> {
        checked: number;
        journal: readonly ActionJournalEntry<Command, Event>[];
        mismatch?: SimulationReplayMismatch<Command, Event>;
        state: State;
        valid: boolean;
    }

    Type Parameters

    • State
    • Command
    • Event
    Index
    checked: number
    journal: readonly ActionJournalEntry<Command, Event>[]
    state: State
    valid: boolean