Type alias SlotInfo

SlotInfo: {
    parent: number;
    root: number;
    slot: number;
}

Information about the latest slot being processed by a node

Type declaration

  • parent: number

    Parent of the current slot

  • root: number

    The root block of the current slot's fork

  • slot: number

    Currently processing slot

Generated using TypeDoc