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 f3a2c9e commit 5d3681eCopy full SHA for 5d3681e
src/app/liquidwallet/address.ts
@@ -1,9 +1,8 @@
1
import { LiquidNetwork, LiquidAddressData } from "@breeztech/react-native-breez-sdk-liquid";
2
3
export const LiquidgetAddressData = async (network: LiquidNetwork, address: string): Promise<LiquidAddressData> => {
4
- return await LiquidNetwork.getAddressData(network, address);
+ return await LiquidAddressData.getAddressData(network, address);
5
}
6
-
7
export const LiquidNetworkUtils = {
8
LiquidgetAddressData,
9
0 commit comments