14: Add getProgramAccounts(...) API method

This commit is contained in:
2026-06-25 19:41:38 +02:00
parent 393a3a38b3
commit f7e08b46b7
@@ -143,4 +143,9 @@ public interface SolanaBlockChain {
ΩSPLMintAddressΩ mintAddress, ΩSPLMintAddressΩ mintAddress,
SolanaSPLTokenProgram splProgram SolanaSPLTokenProgram splProgram
) throws IOException, InterruptedException; ) throws IOException, InterruptedException;
Set<SolanaAccountInfo> getProgramAccounts(
ΩSolanaProgramIdΩ programId,
Set<SolanaProgramAccountMemcmpFilter> filters
) throws IOException, InterruptedException;
} }