Skip to content

Commit bef17ae

Browse files
Export useAccountTotalTransactions
1 parent 26dfe03 commit bef17ae

2 files changed

Lines changed: 7 additions & 0 deletions

File tree

.changeset/cool-needles-change.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
---
2+
"@aptos-labs/js-pro": patch
3+
"@aptos-labs/react": patch
4+
---
5+
6+
Export useAccountTotalTransactions

packages/react/src/queries/index.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,3 +24,4 @@ export * from "./useTransaction.js";
2424
export * from "./useViewModule.js";
2525
export * from "./useWaitForTransaction.js";
2626
export * from "./useUserTransactions.js";
27+
export * from "./useAccountTotalTransactions.js";

0 commit comments

Comments
 (0)