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

    Type Alias GetEpochInfoConfig

    Configuration object for changing getEpochInfo query behavior

    type GetEpochInfoConfig = {
        commitment?: Commitment;
        minContextSlot?: number;
    }
    Index
    commitment?: Commitment

    The level of commitment desired

    minContextSlot?: number

    The minimum slot that the request can be evaluated at