Interface DatalinkVoucher

Base interface shared by all journal event types.

interface DatalinkVoucher {
    event: "DatalinkVoucher";
    PayeeFaction: string;
    Reward: number;
    timestamp: string;
    VictimFaction: string;
}

Hierarchy (View Summary)

Properties

event: "DatalinkVoucher"

The type of event.

PayeeFaction: string
Reward: number
timestamp: string

The time in GMT, ISO 8601.

VictimFaction: string