Class Staking


  • public class Staking
    extends java.lang.Object
    • Constructor Summary

      Constructors 
      Constructor Description
      Staking()  
    • Method Summary

      Modifier and Type Method Description
      static void main​(java.lang.String[] args)  
      static void testBonded()  
      static void testLedger()  
      static void testNominators()  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • Staking

        public Staking()
    • Method Detail

      • main

        public static void main​(java.lang.String[] args)
                         throws java.lang.InterruptedException
        Throws:
        java.lang.InterruptedException
      • testNominators

        public static void testNominators()
      • testLedger

        public static void testLedger()
      • testBonded

        public static void testBonded()