@@ -4,12 +4,7 @@ import {
4
4
getBlock ,
5
5
getCurrencyBalanceByAddress ,
6
6
getCurrencyBlock ,
7
- getCurrencyFeeTransaction ,
8
- getCurrencyFeeTransactionsByAddress ,
9
- getCurrencyFeeTransactionsByDestination ,
10
- getCurrencyFeeTransactionsBySource ,
11
7
getCurrencySnapshot ,
12
- getCurrencySnapshotFeeTransactions ,
13
8
getCurrencySnapshotRewards ,
14
9
getCurrencySnapshots ,
15
10
getCurrencySnapshotTransactions ,
@@ -75,16 +70,6 @@ export const currencyTransactionsBySource = (event) =>
75
70
export const currencyTransactionsByDestination = ( event ) =>
76
71
getCurrencyTransactionsByDestination ( event , osClient ) ( ) ;
77
72
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 ) ( ) ;
88
73
export const currencyBalanceByAddress = ( event ) =>
89
74
getCurrencyBalanceByAddress ( event , osClient ) ( ) ;
90
75
0 commit comments