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 fb8afb1 commit fed15a1Copy full SHA for fed15a1
packages/stellar_client/lib/src/client.dart
@@ -350,7 +350,7 @@ class Client {
350
Uri.parse(
351
'${_serviceUrls[_network.toString()]}/transactionfunding_service/fund_transaction'),
352
headers: {'Content-Type': 'application/json'},
353
- body: jsonEncode({'transaction': fundedTransaction.toXdr()}),
+ body: jsonEncode({'transaction': fundedTransaction.toEnvelopeXdrBase64()}),
354
);
355
356
print(response.body);
0 commit comments