Interface PowerplaySalary

Base interface shared by all journal event types.

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

Hierarchy (view full)

Properties

Amount: number
Power: string
event: "PowerplaySalary"

The type of event.

timestamp: string

The time in GMT, ISO 8601.