Skip to content

Commit 51f41ea

Browse files
committed
remove transaction fee handlers
1 parent 708c6c6 commit 51f41ea

File tree

1 file changed

+0
-15
lines changed

1 file changed

+0
-15
lines changed

src/handler.ts

-15
Original file line numberDiff line numberDiff line change
@@ -4,12 +4,7 @@ import {
44
getBlock,
55
getCurrencyBalanceByAddress,
66
getCurrencyBlock,
7-
getCurrencyFeeTransaction,
8-
getCurrencyFeeTransactionsByAddress,
9-
getCurrencyFeeTransactionsByDestination,
10-
getCurrencyFeeTransactionsBySource,
117
getCurrencySnapshot,
12-
getCurrencySnapshotFeeTransactions,
138
getCurrencySnapshotRewards,
149
getCurrencySnapshots,
1510
getCurrencySnapshotTransactions,
@@ -75,16 +70,6 @@ export const currencyTransactionsBySource = (event) =>
7570
export const currencyTransactionsByDestination = (event) =>
7671
getCurrencyTransactionsByDestination(event, osClient)();
7772

78-
export const currencyFeeTransaction = (event) =>
79-
getCurrencyFeeTransaction(event, osClient)();
80-
export const currencySnapshotFeeTransactions = (event) =>
81-
getCurrencySnapshotFeeTransactions(event, osClient)();
82-
export const currencyFeeTransactionsByDestination = (event) =>
83-
getCurrencyFeeTransactionsByDestination(event, osClient)();
84-
export const currencyFeeTransactionsBySource = (event) =>
85-
getCurrencyFeeTransactionsBySource(event, osClient)();
86-
export const currencyFeeTransactionsByAddress = (event) =>
87-
getCurrencyFeeTransactionsByAddress(event, osClient)();
8873
export const currencyBalanceByAddress = (event) =>
8974
getCurrencyBalanceByAddress(event, osClient)();
9075

0 commit comments

Comments
 (0)