Package com.h2tcoin.takamakachain.main
Class TestTkmStake
- java.lang.Object
-
- com.h2tcoin.takamakachain.main.TestTkmStake
-
public class TestTkmStake extends Object
- Author:
- Giovanni Antino
-
-
Constructor Summary
Constructors Constructor Description TestTkmStake()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static void
main(String[] args)
static TransactionBox[]
setupTests()
static TransactionBox[]
setupTests2()
-
-
-
Method Detail
-
main
public static void main(String[] args) throws IOException, TransactionCanNotBeCreatedException, TransactionNotYetImplementedException, InvalidWalletIndexException, PublicKeySerializzationException, InterruptedException, UnlockWalletException
-
setupTests
public static TransactionBox[] setupTests() throws TransactionCanNotBeCreatedException, TransactionNotYetImplementedException, InvalidWalletIndexException, PublicKeySerializzationException, UnlockWalletException
-
setupTests2
public static TransactionBox[] setupTests2() throws TransactionCanNotBeCreatedException, TransactionNotYetImplementedException, InvalidWalletIndexException, PublicKeySerializzationException, UnlockWalletException
-
-