We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4862337 commit ff05589Copy full SHA for ff05589
packages/anchor-contrib/src/types.ts
@@ -97,7 +97,9 @@ type AccountsNamespace<A> = {
97
/**
98
* Returns all instances of this account type for the program.
99
*/
100
- all: (filter?: Buffer) => Promise<ProgramAccount<A[K]>[]>;
+ all: (
101
+ ...args: Parameters<AccountClient["all"]>
102
+ ) => Promise<ProgramAccount<A[K]>[]>;
103
104
* @deprecated since version 14.0.
105
*
0 commit comments