@solana/web3.js
    Preparing search index...

    Type Alias SlotInfo

    Information about the latest slot being processed by a node

    type SlotInfo = {
        parent: number;
        root: number;
        slot: number;
    }
    Index
    parent: number

    Parent of the current slot

    root: number

    The root block of the current slot's fork

    slot: number

    Currently processing slot