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

    Type Alias GetAccountInfoConfig

    Configuration object for changing getAccountInfo query behavior

    type GetAccountInfoConfig = {
        commitment?: Commitment;
        dataSlice?: DataSlice;
        minContextSlot?: number;
    }
    Index
    commitment?: Commitment

    The level of commitment desired

    dataSlice?: DataSlice

    Optional data slice to limit the returned account data

    minContextSlot?: number

    The minimum slot that the request can be evaluated at