We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 370f47f commit 2434f17Copy full SHA for 2434f17
src/app/bitcoin/DNS.jsx
@@ -1,5 +1,6 @@
1
import Bip353 from 'bip353-react-native';
2
import { AesSuccessActionDataResult } from '@breeztech/react-native-breez-sdk-liquid';
3
+import { LiquidAddressData } from '@breeztech/react-native-breez-sdk-liquid';
4
const Bip353 = {
5
getDNS: async () => {
6
return await Bip353.getDNS();
@@ -23,4 +24,10 @@ const AesSuccessActionDataResult = {
23
24
return await AesSuccessActionDataResult.getAesSuccessActionDataResult(data);
25
}
26
27
+
28
+const LiquidAddressData = {
29
+ getLiquidAddressData: async (data) => {
30
+ return await LiquidAddressData.getLiquidAddressData(data);
31
+ }
32
+}
33
export default Bip353;
0 commit comments