Updated on 2026-08-14
This commit is contained in:
parent
87d74b250d
commit
6e4d1f0079
5 changed files with 5 additions and 5 deletions
|
|
@ -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
|
||||
{
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue