Packages

case class PeerInfoResponseV25(id: Int, networkInfo: PeerNetworkInfoPostV21, version: Int, subver: String, inbound: Boolean, connection_type: String, startingheight: Int, synced_headers: Int, synced_blocks: Int, inflight: Vector[Int], bytessent_per_msg: Map[String, Int], bytesrecv_per_msg: Map[String, Int], minfeefilter: Option[SatoshisPerKiloByte], bip152_hb_to: Boolean, bip152_hb_from: Boolean, permissions: Vector[String], transport_protocol_type: String, session_id: String) extends NetworkResult with PeerInfoResponse with Product with Serializable

Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. PeerInfoResponseV25
  2. Serializable
  3. Product
  4. Equals
  5. PeerInfoResponse
  6. NetworkResult
  7. AnyRef
  8. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

Instance Constructors

  1. new PeerInfoResponseV25(id: Int, networkInfo: PeerNetworkInfoPostV21, version: Int, subver: String, inbound: Boolean, connection_type: String, startingheight: Int, synced_headers: Int, synced_blocks: Int, inflight: Vector[Int], bytessent_per_msg: Map[String, Int], bytesrecv_per_msg: Map[String, Int], minfeefilter: Option[SatoshisPerKiloByte], bip152_hb_to: Boolean, bip152_hb_from: Boolean, permissions: Vector[String], transport_protocol_type: String, session_id: String)

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. val addnode: Boolean
  5. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  6. val bip152_hb_from: Boolean
  7. val bip152_hb_to: Boolean
  8. val bytesrecv_per_msg: Map[String, Int]
  9. val bytessent_per_msg: Map[String, Int]
  10. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.CloneNotSupportedException]) @native()
  11. val connection_type: String
  12. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  13. def finalize(): Unit
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.Throwable])
  14. final def getClass(): Class[_ <: AnyRef]
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  15. val id: Int
  16. val inbound: Boolean
  17. val inflight: Vector[Int]
  18. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  19. val minfeefilter: Option[SatoshisPerKiloByte]
  20. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  21. val networkInfo: PeerNetworkInfoPostV21
  22. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  23. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  24. val permissions: Vector[String]
  25. def productElementNames: Iterator[String]
    Definition Classes
    Product
  26. val session_id: String
  27. val startingheight: Int
  28. val subver: String
  29. val synced_blocks: Int
  30. val synced_headers: Int
  31. final def synchronized[T0](arg0: => T0): T0
    Definition Classes
    AnyRef
  32. val transport_protocol_type: String
  33. val version: Int
  34. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  35. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  36. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException]) @native()

Inherited from Serializable

Inherited from Product

Inherited from Equals

Inherited from PeerInfoResponse

Inherited from NetworkResult

Inherited from AnyRef

Inherited from Any

Ungrouped