Optional
commitment?: CommitmentOptional commitment level
Optional
dataOptional 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
minThe minimum slot that the request can be evaluated at
Optional
withwrap the result in an RpcResponse JSON object
Configuration object for getProgramAccounts requests