Packages

final case class BlockHeaderResult(hash: String = "", confirmations: Int = 0, height: Int = 0, version: Int = 0, versionHex: String = "", merkleroot: String = "", time: Int = 0, mediantime: Int = 0, nonce: Int = 0, bits: String = "", chainwork: String = "", previousblockhash: Option[String] = _root_.scala.None, nextblockhash: Option[String] = _root_.scala.None, target: Option[String] = _root_.scala.None, unknownFields: UnknownFieldSet = _root_.scalapb.UnknownFieldSet.empty) extends GeneratedMessage with Updatable[BlockHeaderResult] with Product with Serializable

Annotations
@SerialVersionUID()
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. BlockHeaderResult
  2. Updatable
  3. GeneratedMessage
  4. Serializable
  5. Product
  6. Equals
  7. AnyRef
  8. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

Instance Constructors

  1. new BlockHeaderResult(hash: String = "", confirmations: Int = 0, height: Int = 0, version: Int = 0, versionHex: String = "", merkleroot: String = "", time: Int = 0, mediantime: Int = 0, nonce: Int = 0, bits: String = "", chainwork: String = "", previousblockhash: Option[String] = _root_.scala.None, nextblockhash: Option[String] = _root_.scala.None, target: Option[String] = _root_.scala.None, unknownFields: UnknownFieldSet = _root_.scalapb.UnknownFieldSet.empty)

Value Members

  1. final def !=(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  2. final def ##: Int
    Definition Classes
    AnyRef → Any
  3. final def ==(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  4. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  5. val bits: String
  6. val chainwork: String
  7. def clearNextblockhash: BlockHeaderResult
  8. def clearPreviousblockhash: BlockHeaderResult
  9. def clearTarget: BlockHeaderResult
  10. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.CloneNotSupportedException]) @native()
  11. def companion: BlockHeaderResult.type
    Definition Classes
    BlockHeaderResult → GeneratedMessage
  12. val confirmations: Int
  13. def discardUnknownFields: BlockHeaderResult
  14. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  15. def finalize(): Unit
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.Throwable])
  16. final def getClass(): Class[_ <: AnyRef]
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  17. def getField(__field: FieldDescriptor): PValue
    Definition Classes
    BlockHeaderResult → GeneratedMessage
  18. def getFieldByNumber(__fieldNumber: Int): Any
    Definition Classes
    BlockHeaderResult → GeneratedMessage
  19. def getNextblockhash: String
  20. def getPreviousblockhash: String
  21. def getTarget: String
  22. val hash: String
  23. val height: Int
  24. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  25. val mediantime: Int
  26. val merkleroot: String
  27. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  28. val nextblockhash: Option[String]
  29. val nonce: Int
  30. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  31. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  32. val previousblockhash: Option[String]
  33. def productElementNames: Iterator[String]
    Definition Classes
    Product
  34. def serializedSize: Int
    Definition Classes
    BlockHeaderResult → GeneratedMessage
  35. final def synchronized[T0](arg0: => T0): T0
    Definition Classes
    AnyRef
  36. val target: Option[String]
  37. val time: Int
  38. final def toByteArray: Array[Byte]
    Definition Classes
    GeneratedMessage
  39. final def toByteString: ByteString
    Definition Classes
    GeneratedMessage
  40. final def toPMessage: PMessage
    Definition Classes
    GeneratedMessage
  41. def toProtoString: String
    Definition Classes
    BlockHeaderResult → GeneratedMessage
  42. val unknownFields: UnknownFieldSet
  43. def update(ms: (Lens[BlockHeaderResult, BlockHeaderResult]) => Mutation[BlockHeaderResult]*): BlockHeaderResult
    Definition Classes
    Updatable
  44. val version: Int
  45. val versionHex: String
  46. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  47. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  48. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException]) @native()
  49. def withBits(__v: String): BlockHeaderResult
  50. def withChainwork(__v: String): BlockHeaderResult
  51. def withConfirmations(__v: Int): BlockHeaderResult
  52. def withHash(__v: String): BlockHeaderResult
  53. def withHeight(__v: Int): BlockHeaderResult
  54. def withMediantime(__v: Int): BlockHeaderResult
  55. def withMerkleroot(__v: String): BlockHeaderResult
  56. def withNextblockhash(__v: String): BlockHeaderResult
  57. def withNonce(__v: Int): BlockHeaderResult
  58. def withPreviousblockhash(__v: String): BlockHeaderResult
  59. def withTarget(__v: String): BlockHeaderResult
  60. def withTime(__v: Int): BlockHeaderResult
  61. def withUnknownFields(__v: UnknownFieldSet): BlockHeaderResult
  62. def withVersion(__v: Int): BlockHeaderResult
  63. def withVersionHex(__v: String): BlockHeaderResult
  64. final def writeDelimitedTo(output: OutputStream): Unit
    Definition Classes
    GeneratedMessage
  65. def writeTo(_output__: CodedOutputStream): Unit
    Definition Classes
    BlockHeaderResult → GeneratedMessage
  66. final def writeTo(output: OutputStream): Unit
    Definition Classes
    GeneratedMessage

Inherited from GeneratedMessage

Inherited from Serializable

Inherited from Product

Inherited from Equals

Inherited from AnyRef

Inherited from Any

Ungrouped