Type alias BakingRight

BakingRight: {
    baker?: Alias | null;
    cycle?: number;
    level?: number;
    priority?: number | null;
    round?: number | null;
    slots?: number | null;
    status?: string | null;
    timestamp?: string;
    type?: string | null;
}

Type declaration

  • Optional baker?: Alias | null
  • Optional cycle?: number
  • Optional level?: number
  • Optional priority?: number | null
  • Optional round?: number | null
  • Optional slots?: number | null
  • Optional status?: string | null
  • Optional timestamp?: string
  • Optional type?: string | null

Generated using TypeDoc