Update Dart docs

This commit is contained in:
Erdem Yerebasmaz
2023-11-28 20:01:16 +03:00
committed by Erdem Yerebasmaz
parent 41213db8de
commit 197b8d965c
6 changed files with 30 additions and 25 deletions

View File

@@ -7,7 +7,7 @@ Future<SwapInfo> generateReceiveOnchainAddress() async {
SwapInfo swapInfo = await BreezSDK().receiveOnchain(req: req);
// Send your funds to the below bitcoin address
final address = swapInfo.bitcoinAddress;
String address = swapInfo.bitcoinAddress;
print(address);
return swapInfo;
// ANCHOR_END: generate-receive-onchain-address