Class MoneroPruneResult

java.lang.Object
monero.daemon.model.MoneroPruneResult

public class MoneroPruneResult extends Object
Result of pruning the blockchain.
  • Constructor Details

    • MoneroPruneResult

      public MoneroPruneResult()
  • Method Details

    • isPruned

      public Boolean isPruned()
    • setIsPruned

      public void setIsPruned(Boolean isPruned)
    • getPruningSeed

      public Integer getPruningSeed()
    • setPruningSeed

      public void setPruningSeed(Integer pruningSeed)