Updated on 2026-08-14

This commit is contained in:
Tangem 2018-12-16 19:51:54 +03:00
parent e7c57f1e11
commit 97c60b5f9d
18 changed files with 1098 additions and 611 deletions

View file

@ -28,7 +28,7 @@ public class SignTask extends CustomReadCardTask {
byte[] getIssuerTransactionSignature(byte[] dataToSignByIssuer) throws Exception;
void onSignCompleted(byte[] signature) throws Exception;
byte[] onSignCompleted(byte[] signature) throws Exception;
}
private PaymentToSign paymentToSign;