Add getProgramAccounts(...) with memcmp filter support #14
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Description:
Add generic Solana API support for fetching program-owned accounts using server-side filters.
This is needed so higher-level APIs can find relevant accounts without downloading all accounts owned by a program.
Suggested API shape:
Initial filter support:
memcmpfilterNon-goals:
Acceptance criteria:
SolanaBlockChainexposes a genericgetProgramAccounts(...)method with filter support.memcmpfilters.SolanaAccountInfo.getAccountInfo(...)behavior is unchanged.