Class WithdrawReasons

  • All Implemented Interfaces:
    Codec

    public class WithdrawReasons
    extends Set
    The Substrate WithdrawReasons for staking
    • Nested Class Summary

      • Nested classes/interfaces inherited from class org.polkadot.types.codec.Set

        Set.SetValues
    • Field Summary

      • Fields inherited from class org.polkadot.types.codec.Base

        raw
    • Constructor Summary

      Constructors 
      Constructor Description
      WithdrawReasons​(java.lang.Object value)  
    • Method Summary

      Modifier and Type Method Description
      boolean isReserve()
      In order to reserve some funds for a later return or repatriation
      boolean isTransactionPayment()
      In order to pay for (system) transaction costs
      boolean isTransfer()
      In order to transfer ownership
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
      • Methods inherited from interface org.polkadot.types.Codec

        toU8a
    • Constructor Detail

      • WithdrawReasons

        public WithdrawReasons​(java.lang.Object value)
    • Method Detail

      • isReserve

        public boolean isReserve()
        In order to reserve some funds for a later return or repatriation
      • isTransactionPayment

        public boolean isTransactionPayment()
        In order to pay for (system) transaction costs
      • isTransfer

        public boolean isTransfer()
        In order to transfer ownership