Type Alias GetAccountInfoConfig

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

Configuration object for changing getAccountInfo query behavior

Type declaration

  • Optionalcommitment?: Commitment

    The level of commitment desired

  • OptionaldataSlice?: DataSlice

    Optional data slice to limit the returned account data

  • OptionalminContextSlot?: number

    The minimum slot that the request can be evaluated at