Interface PowerplayVoucher

Base interface shared by all journal event types.

interface PowerplayVoucher {
    event: "PowerplayVoucher";
    Power: string;
    Systems: string[];
    timestamp: string;
}

Hierarchy (View Summary)

Properties

event: "PowerplayVoucher"

The type of event.

Power: string
Systems: string[]
timestamp: string

The time in GMT, ISO 8601.