Skip to content

Commit

Permalink
chore: delete AccountStakersQuery (#2742)
Browse files Browse the repository at this point in the history
* chore: deprecate AccountStakersQuery

Signed-off-by: Ivaylo Nikolov <ivaylo.nikolov@limechain.tech>

* refactor: remove query registry reference

Signed-off-by: Ivaylo Nikolov <ivaylo.nikolov@limechain.tech>

* fix: remove AccountStakersQuery

Signed-off-by: Ivaylo Nikolov <ivaylo.nikolov@limechain.tech>

---------

Signed-off-by: Ivaylo Nikolov <ivaylo.nikolov@limechain.tech>
  • Loading branch information
ivaylonikolov7 authored Jan 6, 2025
1 parent d557574 commit 0a82363
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 237 deletions.
201 changes: 0 additions & 201 deletions src/account/AccountStakersQuery.js

This file was deleted.

1 change: 0 additions & 1 deletion src/exports.js
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,6 @@ export { default as AccountInfo } from "./account/AccountInfo.js";
export { default as AccountInfoFlow } from "./account/AccountInfoFlow.js";
export { default as AccountInfoQuery } from "./account/AccountInfoQuery.js";
export { default as AccountRecordsQuery } from "./account/AccountRecordsQuery.js";
export { default as AccountStakersQuery } from "./account/AccountStakersQuery.js";
export { default as AccountUpdateTransaction } from "./account/AccountUpdateTransaction.js";
export { default as AddressBookQuery } from "./network/AddressBookQuery.js";
export { default as AssessedCustomFee } from "./token/AssessedCustomFee.js";
Expand Down
35 changes: 0 additions & 35 deletions test/integration/AccountStakersIntegrationTest.js

This file was deleted.

0 comments on commit 0a82363

Please sign in to comment.