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()
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- BlockHeaderResult
- Updatable
- GeneratedMessage
- Serializable
- Product
- Equals
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- Protected
Instance Constructors
- 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
- final def !=(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
- final def ##: Int
- Definition Classes
- AnyRef → Any
- final def ==(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
- final def asInstanceOf[T0]: T0
- Definition Classes
- Any
- val bits: String
- val chainwork: String
- def clearNextblockhash: BlockHeaderResult
- def clearPreviousblockhash: BlockHeaderResult
- def clearTarget: BlockHeaderResult
- def clone(): AnyRef
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.CloneNotSupportedException]) @native()
- def companion: BlockHeaderResult.type
- Definition Classes
- BlockHeaderResult → GeneratedMessage
- val confirmations: Int
- def discardUnknownFields: BlockHeaderResult
- final def eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- def finalize(): Unit
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.Throwable])
- final def getClass(): Class[_ <: AnyRef]
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
- def getField(__field: FieldDescriptor): PValue
- Definition Classes
- BlockHeaderResult → GeneratedMessage
- def getFieldByNumber(__fieldNumber: Int): Any
- Definition Classes
- BlockHeaderResult → GeneratedMessage
- def getNextblockhash: String
- def getPreviousblockhash: String
- def getTarget: String
- val hash: String
- val height: Int
- final def isInstanceOf[T0]: Boolean
- Definition Classes
- Any
- val mediantime: Int
- val merkleroot: String
- final def ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- val nextblockhash: Option[String]
- val nonce: Int
- final def notify(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
- final def notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
- val previousblockhash: Option[String]
- def productElementNames: Iterator[String]
- Definition Classes
- Product
- def serializedSize: Int
- Definition Classes
- BlockHeaderResult → GeneratedMessage
- final def synchronized[T0](arg0: => T0): T0
- Definition Classes
- AnyRef
- val target: Option[String]
- val time: Int
- final def toByteArray: Array[Byte]
- Definition Classes
- GeneratedMessage
- final def toByteString: ByteString
- Definition Classes
- GeneratedMessage
- final def toPMessage: PMessage
- Definition Classes
- GeneratedMessage
- def toProtoString: String
- Definition Classes
- BlockHeaderResult → GeneratedMessage
- val unknownFields: UnknownFieldSet
- def update(ms: (Lens[BlockHeaderResult, BlockHeaderResult]) => Mutation[BlockHeaderResult]*): BlockHeaderResult
- Definition Classes
- Updatable
- val version: Int
- val versionHex: String
- final def wait(): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException])
- final def wait(arg0: Long, arg1: Int): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException])
- final def wait(arg0: Long): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException]) @native()
- def withBits(__v: String): BlockHeaderResult
- def withChainwork(__v: String): BlockHeaderResult
- def withConfirmations(__v: Int): BlockHeaderResult
- def withHash(__v: String): BlockHeaderResult
- def withHeight(__v: Int): BlockHeaderResult
- def withMediantime(__v: Int): BlockHeaderResult
- def withMerkleroot(__v: String): BlockHeaderResult
- def withNextblockhash(__v: String): BlockHeaderResult
- def withNonce(__v: Int): BlockHeaderResult
- def withPreviousblockhash(__v: String): BlockHeaderResult
- def withTarget(__v: String): BlockHeaderResult
- def withTime(__v: Int): BlockHeaderResult
- def withUnknownFields(__v: UnknownFieldSet): BlockHeaderResult
- def withVersion(__v: Int): BlockHeaderResult
- def withVersionHex(__v: String): BlockHeaderResult
- final def writeDelimitedTo(output: OutputStream): Unit
- Definition Classes
- GeneratedMessage
- def writeTo(_output__: CodedOutputStream): Unit
- Definition Classes
- BlockHeaderResult → GeneratedMessage
- final def writeTo(output: OutputStream): Unit
- Definition Classes
- GeneratedMessage