mirror of
https://github.com/aljazceru/breez-sdk-docs.git
synced 2025-12-17 13:54:20 +01:00
Update Dart docs
This commit is contained in:
committed by
Erdem Yerebasmaz
parent
41213db8de
commit
197b8d965c
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user