Module engine

Module engine 

Source
Expand description

Engine module. Is used to run the simulation with the desired configuration.

§Engine module

The engine module contains the core logic for the tokenomics simulation.

This module provides the simulation struct and related types to simulate the tokenomics of a token. The simulation contains the input parameters, token, and reports for the simulation.

Structs§

Simulation
Simulation.

Enums§

SimulationInterval
Interval type for the simulation. This is used to determine the duration of each interval in the simulation.
SimulationStatus
Status of a simulation.