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
- Alphabetic
- By Inheritance
Inherited
- PeerV20
- Serializable
- Serializable
- Product
- Equals
- Peer
- NetworkResult
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- All
Instance Constructors
- 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
-
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 addnode: Boolean
-
final
def
asInstanceOf[T0]: T0
- Definition Classes
- Any
- val bytesrecv_per_msg: Map[String, Int]
- val bytessent_per_msg: Map[String, Int]
-
def
clone(): AnyRef
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws( ... ) @native()
-
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[_]
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
- val id: Int
- val inbound: Boolean
- val inflight: Vector[Int]
-
final
def
isInstanceOf[T0]: Boolean
- Definition Classes
- Any
- val minfeefilter: Option[SatoshisPerKiloByte]
-
final
def
ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- val networkInfo: PeerNetworkInfoPreV21
-
final
def
notify(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
-
final
def
notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
- val startingheight: Int
- val subver: String
- val synced_blocks: Int
- val synced_headers: Int
-
final
def
synchronized[T0](arg0: ⇒ T0): T0
- Definition Classes
- AnyRef
- val version: Int
-
final
def
wait(): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
-
final
def
wait(arg0: Long, arg1: Int): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
-
final
def
wait(arg0: Long): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... ) @native()
- val whitelisted: Boolean