Updated on 2026-08-14

This commit is contained in:
Tangem 2018-12-11 12:21:22 +03:00
parent 87d74b250d
commit 6e4d1f0079
5 changed files with 5 additions and 5 deletions

View file

@ -252,7 +252,7 @@ public abstract class CoinEngine {
}
public abstract SignTask.PaymentToSign constructPayment(Amount feeValue, Amount amountValue, boolean IncFee, String targetAddress) throws Exception;
public abstract SignTask.PaymentToSign constructPayment(Amount amountValue, Amount feeValue, boolean IncFee, String targetAddress) throws Exception;
public interface OnNeedSendPayment
{