Updated on 2026-08-14
This commit is contained in:
parent
90636a0e6a
commit
cfaaa3205f
13 changed files with 98 additions and 47 deletions
|
|
@ -37,7 +37,7 @@ public abstract class CoinEngine {
|
|||
|
||||
public abstract String getContractAddress(TangemCard card);
|
||||
|
||||
public abstract byte[] sign(String feeValue, String amountValue, String toValue, TangemCard mCard, CardProtocol protocol) throws Exception;
|
||||
public abstract byte[] sign(String feeValue, String amountValue, boolean IncFee, String toValue, TangemCard mCard, CardProtocol protocol) throws Exception;
|
||||
|
||||
public abstract boolean checkUnspentTransaction(TangemCard card);
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue