Interface PowerplayVote

Base interface shared by all journal event types.

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

Hierarchy (View Summary)

Properties

event: "PowerplayVote"

The type of event.

Power: string
System: string
timestamp: string

The time in GMT, ISO 8601.

Votes: number