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
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- PeerInfoResponseV25
- Serializable
- Product
- Equals
- PeerInfoResponse
- NetworkResult
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- Protected
Instance Constructors
- 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
- 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
- PeerInfoResponseV25 → PeerInfoResponse
- final def asInstanceOf[T0]: T0
- Definition Classes
- Any
- val bip152_hb_from: Boolean
- val bip152_hb_to: Boolean
- val bytesrecv_per_msg: Map[String, Int]
- Definition Classes
- PeerInfoResponseV25 → PeerInfoResponse
- val bytessent_per_msg: Map[String, Int]
- Definition Classes
- PeerInfoResponseV25 → PeerInfoResponse
- def clone(): AnyRef
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.CloneNotSupportedException]) @native()
- val connection_type: String
- Definition Classes
- PeerInfoResponseV25 → PeerInfoResponse
- 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[_ <: AnyRef]
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
- val id: Int
- Definition Classes
- PeerInfoResponseV25 → PeerInfoResponse
- val inbound: Boolean
- Definition Classes
- PeerInfoResponseV25 → PeerInfoResponse
- val inflight: Vector[Int]
- Definition Classes
- PeerInfoResponseV25 → PeerInfoResponse
- final def isInstanceOf[T0]: Boolean
- Definition Classes
- Any
- val minfeefilter: Option[SatoshisPerKiloByte]
- Definition Classes
- PeerInfoResponseV25 → PeerInfoResponse
- final def ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- val networkInfo: PeerNetworkInfoPostV21
- Definition Classes
- PeerInfoResponseV25 → PeerInfoResponse
- final def notify(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
- final def notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
- val permissions: Vector[String]
- def productElementNames: Iterator[String]
- Definition Classes
- Product
- val session_id: String
- val startingheight: Int
- Definition Classes
- PeerInfoResponseV25 → PeerInfoResponse
- val subver: String
- Definition Classes
- PeerInfoResponseV25 → PeerInfoResponse
- val synced_blocks: Int
- Definition Classes
- PeerInfoResponseV25 → PeerInfoResponse
- val synced_headers: Int
- Definition Classes
- PeerInfoResponseV25 → PeerInfoResponse
- final def synchronized[T0](arg0: => T0): T0
- Definition Classes
- AnyRef
- val transport_protocol_type: String
- val version: Int
- Definition Classes
- PeerInfoResponseV25 → PeerInfoResponse
- final def wait(): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException])
- final def wait(arg0: Long, arg1: Int): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException])
- final def wait(arg0: Long): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException]) @native()