Skip to main content

luna.runtime

TickResult Objects

@dataclass
class TickResult()

Represents the result of a tick operation within Luna's contract execution environment.

Attributes:

  • state (RuntimeState): The current runtime state of the contract after the tick operation.
  • other_states (dict[str, RuntimeState]): A dictionary of runtime states for other contracts affected by the tick.
  • data (TickData): Additional data generated during the tick operation.