case class GetRawMempoolVerboseResult(vsize: Int, weight: Int, time: Long, height: Int, descendantcount: Int, descendantsize: Int, ancestorcount: Int, ancestorsize: Int, wtxid: DoubleSha256DigestBE, fees: FeeInfo, depends: Vector[DoubleSha256DigestBE], spentby: Vector[DoubleSha256DigestBE], bip125-replaceable: Boolean, unbroadcast: Boolean) extends Product with Serializable
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- GetRawMempoolVerboseResult
- Serializable
- Product
- Equals
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- Protected
Instance Constructors
- new GetRawMempoolVerboseResult(vsize: Int, weight: Int, time: Long, height: Int, descendantcount: Int, descendantsize: Int, ancestorcount: Int, ancestorsize: Int, wtxid: DoubleSha256DigestBE, fees: FeeInfo, depends: Vector[DoubleSha256DigestBE], spentby: Vector[DoubleSha256DigestBE], bip125-replaceable: Boolean, unbroadcast: Boolean)
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
- val ancestorcount: Int
- val ancestorsize: Int
- final def asInstanceOf[T0]: T0
- Definition Classes
- Any
- val bip125-replaceable: Boolean
- def clone(): AnyRef
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.CloneNotSupportedException]) @native()
- val depends: Vector[DoubleSha256DigestBE]
- val descendantcount: Int
- val descendantsize: Int
- final def eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- val fees: FeeInfo
- 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()
- val height: Int
- 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()
- def productElementNames: Iterator[String]
- Definition Classes
- Product
- val spentby: Vector[DoubleSha256DigestBE]
- final def synchronized[T0](arg0: => T0): T0
- Definition Classes
- AnyRef
- val time: Long
- val unbroadcast: Boolean
- val vsize: Int
- 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()
- val weight: Int
- val wtxid: DoubleSha256DigestBE