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