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

    Type Alias EpochInfo

    Information about the current epoch

    type EpochInfo = {
        absoluteSlot: number;
        blockHeight?: number;
        epoch: number;
        slotIndex: number;
        slotsInEpoch: number;
        transactionCount?: number;
    }
    Index
    absoluteSlot: number
    blockHeight?: number
    epoch: number
    slotIndex: number
    slotsInEpoch: number
    transactionCount?: number