14: Add getProgramAccounts(...) API method
This commit is contained in:
@@ -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;
|
||||||
}
|
}
|
||||||
Reference in New Issue
Block a user