Update filter docs, v1.11 -> v1.14 (#29017)

v1.11 -> v1.14
This commit is contained in:
Tyera 2022-12-01 15:55:58 -07:00 committed by GitHub
parent a9c8f26a66
commit 28d8b072c9
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -1956,7 +1956,7 @@ Returns all accounts owned by the provided program Pubkey
- `offset: <usize>` - offset into program account data to start comparison
- `bytes: <string>` - data to match, as encoded string
- `encoding: <string>` - encoding for filter `bytes` data, either "base58" or "base64". Data is limited in size to 128 or fewer decoded bytes.
**NEW: This field, and base64 support generally, is only available in solana-core v1.11.2 or newer. Please omit when querying nodes on earlier versions**
**NEW: This field, and base64 support generally, is only available in solana-core v1.14.0 or newer. Please omit when querying nodes on earlier versions**
- `dataSize: <u64>` - compares the program account data length with the provided data size