Optionalcommitment?: CommitmentOptional commitment level
OptionaldataSlice?: DataSliceOptional data slice to limit the returned account data
Optionalencoding?: "base64"Optional encoding for account data (default base64)
To use "jsonParsed" encoding, please refer to getParsedProgramAccounts in connection.ts
Optionalfilters?: GetProgramAccountsFilter[]Optional array of filters to apply to accounts
OptionalminContextSlot?: numberThe minimum slot that the request can be evaluated at
OptionalwithContext?: booleanwrap the result in an RpcResponse JSON object
Configuration object for getProgramAccounts requests