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