Skip to content

Commit 2434f17

Browse files
committed
Add Liquid support data
1 parent 370f47f commit 2434f17

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

src/app/bitcoin/DNS.jsx

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
import Bip353 from 'bip353-react-native';
22
import { AesSuccessActionDataResult } from '@breeztech/react-native-breez-sdk-liquid';
3+
import { LiquidAddressData } from '@breeztech/react-native-breez-sdk-liquid';
34
const Bip353 = {
45
getDNS: async () => {
56
return await Bip353.getDNS();
@@ -23,4 +24,10 @@ const AesSuccessActionDataResult = {
2324
return await AesSuccessActionDataResult.getAesSuccessActionDataResult(data);
2425
}
2526
}
27+
28+
const LiquidAddressData = {
29+
getLiquidAddressData: async (data) => {
30+
return await LiquidAddressData.getLiquidAddressData(data);
31+
}
32+
}
2633
export default Bip353;

0 commit comments

Comments
 (0)