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

    Type Alias GetStakeActivationConfig

    Configuration object for getStakeActivation

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

    Optional commitment level

    epoch?: number

    Epoch for which to calculate activation details. If parameter not provided, defaults to current epoch

    minContextSlot?: number

    The minimum slot that the request can be evaluated at