Updated on 2026-08-14
This commit is contained in:
parent
ef0a5f379d
commit
dae8c94c48
7 changed files with 442 additions and 250 deletions
|
|
@ -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;
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue