File tree Expand file tree Collapse file tree 1 file changed +5
-1
lines changed Expand file tree Collapse file tree 1 file changed +5
-1
lines changed Original file line number Diff line number Diff line change 1
- import { LiquidNetwork , LiquidAddressData } from "@breeztech/react-native-breez-sdk-liquid" ;
1
+ import { LiquidNetwork , LiquidAddressData , ListPaymentsRequest } from "@breeztech/react-native-breez-sdk-liquid" ;
2
2
3
3
import { SwapLiquidInterface } from "../swap/liquid" ;
4
4
5
+
5
6
export const LiquidgetAddressData = async ( network : LiquidNetwork , address : string ) : Promise < LiquidAddressData > => {
6
7
return await LiquidAddressData . getAddressData ( network , address ) ;
7
8
@@ -14,6 +15,9 @@ export const LiquidNetworkUtils = {
14
15
LiquidgetAddressData,
15
16
}
16
17
18
+ export const ListPayments = async ( request : ListPaymentsRequest ) : Promise < any > => {
19
+ return await ListPayments ( request ) ;
20
+ }
17
21
export const LiquidNetworkConfig = {
18
22
mainnet : LiquidNetwork . MAINNET ,
19
23
testnet : LiquidNetwork . TESTNET ,
You can’t perform that action at this time.
0 commit comments