Class WorkProofConfig

  • All Implemented Interfaces:
    io.aether.utils.ToString
    Direct Known Subclasses:
    WorkProofBCrypt

    public abstract class WorkProofConfig
    extends java.lang.Object
    implements io.aether.utils.ToString
    • Field Detail

      • META

        public static final io.aether.net.fastMeta.FastMetaType<WorkProofConfig> META
    • Constructor Detail

      • WorkProofConfig

        public WorkProofConfig()
    • Method Detail

      • getCostBCrypt

        public abstract byte getCostBCrypt()
      • getPoolSize

        public abstract byte getPoolSize()
      • getMaxHashVal

        public abstract int getMaxHashVal()
      • getAetherTypeId

        public abstract int getAetherTypeId()
      • equals

        public boolean equals​(java.lang.Object o)
        Overrides:
        equals in class java.lang.Object
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class java.lang.Object
      • toString

        public java.lang.String toString()
        Overrides:
        toString in class java.lang.Object
      • toString

        public void toString​(io.aether.utils.AString sb)
        Specified by:
        toString in interface io.aether.utils.ToString