Interface PowerplayFastTrack

Base interface shared by all journal event types.

interface PowerplayFastTrack {
    Cost: number;
    event: "PowerplayFastTrack";
    Power: string;
    timestamp: string;
}

Hierarchy (View Summary)

Properties

Cost: number
event: "PowerplayFastTrack"

The type of event.

Power: string
timestamp: string

The time in GMT, ISO 8601.