Updated on 2026-08-14

This commit is contained in:
Tangem 2018-12-13 09:59:00 +03:00
parent ef0a5f379d
commit dae8c94c48
7 changed files with 442 additions and 250 deletions

View file

@ -271,5 +271,5 @@ public abstract class CoinEngine {
void onComplete(Boolean success);
boolean needTerminate();
}
public abstract void requestBalanceAndUnspentTransactions(BlockchainRequestsNotifications blockchainRequestsNotifications);
public abstract void requestBalanceAndUnspentTransactions(BlockchainRequestsNotifications blockchainRequestsNotifications) throws Exception;
}