Package com.h2tcoin.takamakachain.wallet
Interface WalletInterface
-
public interface WalletInterface
- Author:
- francesco.pasetto@takamaka.io
-
-
Method Summary
-
-
-
Method Detail
-
getWalletCypher
KeyContexts.WalletCypher getWalletCypher()
-
greenPayTransaction
String greenPayTransaction(String to, BigInteger greenValue, int keyIndex) throws Exception
- Throws:
Exception
-
redPayTransaction
String redPayTransaction(String to, BigInteger redValue, int keyIndex) throws Exception
- Throws:
Exception
-
customTransaction
String customTransaction(String to, BigInteger greenValue, BigInteger redValue, KeyContexts.TransactionType type, String message, int keyIndex) throws Exception
- Throws:
Exception
-
stakeTransaction
String stakeTransaction(String to, BigInteger greenValue, String Message, int keyIndex) throws Exception
- Throws:
Exception
-
stakeUndoTransaction
String stakeUndoTransaction(String Message, int keyIndex) throws Exception
- Throws:
Exception
-
getWalletName
String getWalletName()
-
verify
TransactionBox verify(String gsonTransactionBean) throws Exception
- Throws:
Exception
-
-