Skip to content

Commit

Permalink
Update account-filters.ts (#2830)
Browse files Browse the repository at this point in the history
  • Loading branch information
wjthieme committed Jun 18, 2024
1 parent 655215b commit f9905b4
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions packages/rpc-types/src/account-filters.ts
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,11 @@ export type DataSlice = Readonly<{
}>;

export type GetProgramAccountsMemcmpFilter = Readonly<{
bytes: string;
encoding: 'base58' | 'base64';
offset: U64UnsafeBeyond2Pow53Minus1;
memcmp: Readonly<{
bytes: string;
encoding: 'base58' | 'base64';
offset: U64UnsafeBeyond2Pow53Minus1;
}>;
}>;

export type GetProgramAccountsDatasizeFilter = Readonly<{
Expand Down

0 comments on commit f9905b4

Please sign in to comment.