Packages

case class PeerV20(id: Int, networkInfo: PeerNetworkInfoPreV21, version: Int, subver: String, inbound: Boolean, addnode: Boolean, startingheight: Int, synced_headers: Int, synced_blocks: Int, inflight: Vector[Int], whitelisted: Boolean, bytessent_per_msg: Map[String, Int], bytesrecv_per_msg: Map[String, Int], minfeefilter: Option[SatoshisPerKiloByte]) extends NetworkResult with Peer with Product with Serializable

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

Instance Constructors

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

Inherited from Serializable

Inherited from Serializable

Inherited from Product

Inherited from Equals

Inherited from Peer

Inherited from NetworkResult

Inherited from AnyRef

Inherited from Any

Ungrouped