Optional
commitment?: CommitmentOptional
encoding?: Encoding format for Account data
base58
is slow.jsonParsed
encoding attempts to use program-specific state parsers to return more
human-readable and explicit account state datajsonParsed
is requested but a parser cannot be found, the field falls back to base64
encoding, detectable when the data
field is type string
.Optional
filters?: GetProgramAccountsFilter[]Filter results using various filter objects The resultant account must meet ALL filter criteria to be included in the returned results
Optional commitment level