mirror of
https://github.com/cypherstack/stack_wallet.git
synced 2025-01-22 18:44:31 +00:00
update _createSparkSend signature to return used coins
This commit is contained in:
parent
51b709e682
commit
5d9dc02eb1
1 changed files with 7 additions and 0 deletions
|
@ -1499,6 +1499,13 @@ Future<
|
||||||
Uint8List serializedSpendPayload,
|
Uint8List serializedSpendPayload,
|
||||||
List<Uint8List> outputScripts,
|
List<Uint8List> outputScripts,
|
||||||
int fee,
|
int fee,
|
||||||
|
List<
|
||||||
|
({
|
||||||
|
int groupId,
|
||||||
|
int height,
|
||||||
|
String serializedCoin,
|
||||||
|
String serializedCoinContext
|
||||||
|
})> usedCoins,
|
||||||
})> _createSparkSend(
|
})> _createSparkSend(
|
||||||
({
|
({
|
||||||
String privateKeyHex,
|
String privateKeyHex,
|
||||||
|
|
Loading…
Reference in a new issue