You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We are integrating bdk-flutter plugin in our app, We have created a wallet using NETWORK.Bitcoin, We also sent few bitcoin to the newly generated wallet address the issue is when we use following getBalance function it always returns 0 even though on Bitcoin explorer we can see BTC has been received to the generated address
getBalance() async {
final balanceObj = await btc_wallet.getBalance();
final res = "Total Balance: ${balanceObj.total.toString()}";
print(res);
}
Hi,
We are integrating bdk-flutter plugin in our app, We have created a wallet using NETWORK.Bitcoin, We also sent few bitcoin to the newly generated wallet address the issue is when we use following getBalance function it always returns 0 even though on Bitcoin explorer we can see BTC has been received to the generated address
getBalance() async {
final balanceObj = await btc_wallet.getBalance();
final res = "Total Balance: ${balanceObj.total.toString()}";
print(res);
}
Here is Transaction: https://bitaps.com/bc1qck9mmwkqqnfldt4vz4ht642vlyvq3cw9rkezmk
Any thoughts?
Thanks!
The text was updated successfully, but these errors were encountered: