Packages

case class PeerPostV21(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]) extends NetworkResult with Peer with Product with Serializable

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

Instance Constructors

  1. new PeerPostV21(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])

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

Inherited from NetworkResult

Inherited from AnyRef

Inherited from Any

Ungrouped