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 ea4b238 commit de4ed61Copy full SHA for de4ed61
src/app/bitcoin/DNS.jsx
@@ -18,4 +18,9 @@ const Bip353 = {
18
}
19
20
21
+const AesSuccessActionDataResult = {
22
+ getAesSuccessActionDataResult: async (data) => {
23
+ return await AesSuccessActionDataResult.getAesSuccessActionDataResult(data);
24
+ }
25
+}
26
export default Bip353;
src/app/lightning/send.ts
@@ -11,6 +11,8 @@ import {
11
} from '@breeztech/react-native-breez-sdk';
12
13
import { LnOffer, Bolt11, Bolt12Offer } from '@breeztech/react-native-breez-sdk-liquid';
14
+
15
+import { GreenlightNodeConfig } from '@breeztech/react-native-breez-sdk';
16
export interface SendState {
17
payment: Payment | null;
backupStatus: BackupStatus | null;
0 commit comments