Interface PowerplaySalary

Base interface shared by all journal event types.

interface PowerplaySalary {
    Amount: number;
    event: "PowerplaySalary";
    Power: string;
    timestamp: string;
}

Hierarchy (View Summary)

Properties

Amount: number
event: "PowerplaySalary"

The type of event.

Power: string
timestamp: string

The time in GMT, ISO 8601.