mirror of
https://github.com/cake-tech/cake_wallet.git
synced 2025-06-28 12:29:51 +00:00
CW-873 automatically export outputs (#1885)
* automatically export outputs * remove print statements * update configure script * Update logic behind import/export keyimages/outputs * discussed changes * replace store with just waiting for the wallet to update it's state
This commit is contained in:
parent
e64b87a1b0
commit
da9c309805
5 changed files with 35 additions and 2 deletions
|
@ -387,6 +387,8 @@ abstract class Monero {
|
|||
|
||||
String exportOutputsUR(Object wallet, bool all);
|
||||
|
||||
bool needExportOutputs(Object wallet, int amount);
|
||||
|
||||
bool importKeyImagesUR(Object wallet, String ur);
|
||||
|
||||
WalletCredentials createMoneroRestoreWalletFromKeysCredentials({
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue