Updated on 2026-08-14
This commit is contained in:
parent
0193926e46
commit
c2ebf1f521
13 changed files with 10 additions and 82 deletions
|
|
@ -209,8 +209,6 @@ public abstract class CoinEngine {
|
|||
|
||||
public abstract InputFilter[] getAmountInputFilters();
|
||||
|
||||
public abstract String getOfflineBalanceHTML();
|
||||
|
||||
public abstract String evaluateFeeEquivalent(String fee);
|
||||
|
||||
public abstract String getFeeCurrency();
|
||||
|
|
@ -237,6 +235,16 @@ public abstract class CoinEngine {
|
|||
|
||||
public abstract String getUnspentInputsDescription();
|
||||
|
||||
public String getOfflineBalanceHTML() {
|
||||
return "";
|
||||
}
|
||||
|
||||
// public String getOfflineBalanceHTML() {
|
||||
// InternalAmount offlineInternalAmount = convertToInternalAmount(ctx.getCard().getOfflineBalance());
|
||||
// Amount offlineAmount = convertToAmount(offlineInternalAmount);
|
||||
// return offlineAmount.toDescriptionString(getDecimals());
|
||||
// }
|
||||
|
||||
public void defineWallet() throws CardProtocol.TangemException {
|
||||
try {
|
||||
String wallet = calculateAddress(ctx.getCard().getWalletPublicKey());
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue