Interface PowerplayVote

Base interface shared by all journal event types.

interface PowerplayVote {
    Power: string;
    System: string;
    Votes: number;
    event: "PowerplayVote";
    timestamp: string;
}

Hierarchy (view full)

Properties

Power: string
System: string
Votes: number
event: "PowerplayVote"

The type of event.

timestamp: string

The time in GMT, ISO 8601.