case class PeerPreV20(id: Int, networkInfo: PeerNetworkInfoPreV21, version: Int, subver: String, inbound: Boolean, addnode: Boolean, startingheight: Int, banscore: 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
- PeerPreV20
- Serializable
- Serializable
- Product
- Equals
- Peer
- NetworkResult
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- All
Instance Constructors
- new PeerPreV20(id: Int, networkInfo: PeerNetworkInfoPreV21, version: Int, subver: String, inbound: Boolean, addnode: Boolean, startingheight: Int, banscore: 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
- Definition Classes
- PeerPreV20 → Peer
-
final
def
asInstanceOf[T0]: T0
- Definition Classes
- Any
- val banscore: Int
-
val
bytesrecv_per_msg: Map[String, Int]
- Definition Classes
- PeerPreV20 → Peer
-
val
bytessent_per_msg: Map[String, Int]
- Definition Classes
- PeerPreV20 → Peer
-
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
- Definition Classes
- PeerPreV20 → Peer
-
val
inbound: Boolean
- Definition Classes
- PeerPreV20 → Peer
-
val
inflight: Vector[Int]
- Definition Classes
- PeerPreV20 → Peer
-
final
def
isInstanceOf[T0]: Boolean
- Definition Classes
- Any
-
val
minfeefilter: Option[SatoshisPerKiloByte]
- Definition Classes
- PeerPreV20 → Peer
-
final
def
ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
val
networkInfo: PeerNetworkInfoPreV21
- Definition Classes
- PeerPreV20 → Peer
-
final
def
notify(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
-
final
def
notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
-
val
startingheight: Int
- Definition Classes
- PeerPreV20 → Peer
-
val
subver: String
- Definition Classes
- PeerPreV20 → Peer
-
val
synced_blocks: Int
- Definition Classes
- PeerPreV20 → Peer
-
val
synced_headers: Int
- Definition Classes
- PeerPreV20 → Peer
-
final
def
synchronized[T0](arg0: ⇒ T0): T0
- Definition Classes
- AnyRef
-
val
version: Int
- Definition Classes
- PeerPreV20 → Peer
-
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