final case class ConfRequest(txid: ByteString = _root_.com.google.protobuf.ByteString.EMPTY, script: ByteString = _root_.com.google.protobuf.ByteString.EMPTY, numConfs: Int = 0, heightHint: Int = 0, includeBlock: Boolean = false, unknownFields: UnknownFieldSet = _root_.scalapb.UnknownFieldSet.empty) extends GeneratedMessage with Updatable[ConfRequest] with Product with Serializable
- txid
The transaction hash for which we should request a confirmation notification for. If set to a hash of all zeros, then the confirmation notification will be requested for the script instead.
- script
An output script within a transaction with the hash above which will be used by light clients to match block filters. If the transaction hash is set to a hash of all zeros, then a confirmation notification will be requested for this script instead.
- numConfs
The number of desired confirmations the transaction/output script should reach before dispatching a confirmation notification.
- heightHint
The earliest height in the chain for which the transaction/output script could have been included in a block. This should in most cases be set to the broadcast height of the transaction/output script.
- includeBlock
If true, then the block that mines the specified txid/script will be included in eventual the notification event.
- Annotations
- @SerialVersionUID()
- Alphabetic
- By Inheritance
- ConfRequest
- Updatable
- GeneratedMessage
- Serializable
- Product
- Equals
- AnyRef
- Any
- Hide All
- Show All
- Public
- Protected
Instance Constructors
- new ConfRequest(txid: ByteString = _root_.com.google.protobuf.ByteString.EMPTY, script: ByteString = _root_.com.google.protobuf.ByteString.EMPTY, numConfs: Int = 0, heightHint: Int = 0, includeBlock: Boolean = false, unknownFields: UnknownFieldSet = _root_.scalapb.UnknownFieldSet.empty)
- txid
The transaction hash for which we should request a confirmation notification for. If set to a hash of all zeros, then the confirmation notification will be requested for the script instead.
- script
An output script within a transaction with the hash above which will be used by light clients to match block filters. If the transaction hash is set to a hash of all zeros, then a confirmation notification will be requested for this script instead.
- numConfs
The number of desired confirmations the transaction/output script should reach before dispatching a confirmation notification.
- heightHint
The earliest height in the chain for which the transaction/output script could have been included in a block. This should in most cases be set to the broadcast height of the transaction/output script.
- includeBlock
If true, then the block that mines the specified txid/script will be included in eventual the notification event.
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
- def clone(): AnyRef
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.CloneNotSupportedException]) @native()
- def companion: ConfRequest.type
- Definition Classes
- ConfRequest → GeneratedMessage
- def discardUnknownFields: ConfRequest
- 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
- ConfRequest → GeneratedMessage
- def getFieldByNumber(__fieldNumber: Int): Any
- Definition Classes
- ConfRequest → GeneratedMessage
- val heightHint: Int
- val includeBlock: Boolean
- final def isInstanceOf[T0]: Boolean
- Definition Classes
- Any
- final def ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- final def notify(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
- final def notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
- val numConfs: Int
- def productElementNames: Iterator[String]
- Definition Classes
- Product
- val script: ByteString
- def serializedSize: Int
- Definition Classes
- ConfRequest → GeneratedMessage
- final def synchronized[T0](arg0: => T0): T0
- Definition Classes
- AnyRef
- 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
- ConfRequest → GeneratedMessage
- val txid: ByteString
- val unknownFields: UnknownFieldSet
- def update(ms: (Lens[ConfRequest, ConfRequest]) => Mutation[ConfRequest]*): ConfRequest
- Definition Classes
- Updatable
- 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 withHeightHint(__v: Int): ConfRequest
- def withIncludeBlock(__v: Boolean): ConfRequest
- def withNumConfs(__v: Int): ConfRequest
- def withScript(__v: ByteString): ConfRequest
- def withTxid(__v: ByteString): ConfRequest
- def withUnknownFields(__v: UnknownFieldSet): ConfRequest
- final def writeDelimitedTo(output: OutputStream): Unit
- Definition Classes
- GeneratedMessage
- def writeTo(_output__: CodedOutputStream): Unit
- Definition Classes
- ConfRequest → GeneratedMessage
- final def writeTo(output: OutputStream): Unit
- Definition Classes
- GeneratedMessage