case object MainNet extends MainNet with Product with Serializable
Linear Supertypes
Ordering
- Alphabetic
 - By Inheritance
 
Inherited
- MainNet
 - Serializable
 - Product
 - Equals
 - MainNet
 - BitcoinNetwork
 - NetworkParameters
 - AnyRef
 - Any
 
- Hide All
 - Show All
 
Visibility
- Public
 - Protected
 
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
 
 -   final  def asInstanceOf[T0]: T0
- Definition Classes
 - Any
 
 -    def chainParams: MainNetChainParams.type
The parameters of the blockchain we are connecting to
The parameters of the blockchain we are connecting to
- Definition Classes
 - MainNet → BitcoinNetwork → NetworkParameters
 
 -    def clone(): AnyRef
- Attributes
 - protected[lang]
 - Definition Classes
 - AnyRef
 - Annotations
 - @throws(classOf[java.lang.CloneNotSupportedException]) @native()
 
 -    def dnsSeeds: Vector[String]
The seeds used to bootstrap the network
The seeds used to bootstrap the network
- Definition Classes
 - MainNet → NetworkParameters
 
 -   final  def eq(arg0: AnyRef): Boolean
- Definition Classes
 - AnyRef
 
 -    def equals(arg0: AnyRef): Boolean
- Definition Classes
 - AnyRef → Any
 
 -    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()
 
 -   final  def isInstanceOf[T0]: Boolean
- Definition Classes
 - Any
 
 -    def isSameNetworkBytes(other: NetworkParameters): Boolean
- Definition Classes
 - NetworkParameters
 
 -    def magicBytes: ByteVector
The message start string is designed to be unlikely to occur in normal data.
The message start string is designed to be unlikely to occur in normal data. The characters are rarely used upper ASCII, not valid as UTF-8, and produce a large 32-bit integer with any alignment. https://github.com/bitcoin/bitcoin/blob/master/src/chainparams.cpp#L108
- Definition Classes
 - MainNet → NetworkParameters
 
 -    def name: String
- Definition Classes
 - NetworkParameters
 
 -   final  def ne(arg0: AnyRef): Boolean
- Definition Classes
 - AnyRef
 
 -   final  def notify(): Unit
- Definition Classes
 - AnyRef
 - Annotations
 - @native()
 
 -   final  def notifyAll(): Unit
- Definition Classes
 - AnyRef
 - Annotations
 - @native()
 
 -    def p2pkhNetworkByte: ByteVector
- Definition Classes
 - NetworkParameters
 
 -    def p2shNetworkByte: ByteVector
- Definition Classes
 - NetworkParameters
 
 -    def port: Int
- Definition Classes
 - MainNet → NetworkParameters
 
 -    def privateKey: ByteVector
- Definition Classes
 - NetworkParameters
 
 -    def productElementName(n: Int): String
- Definition Classes
 - Product
 
 -    def productElementNames: Iterator[String]
- Definition Classes
 - Product
 
 -    def rpcPort: Int
- Definition Classes
 - MainNet → NetworkParameters
 
 -   final  def synchronized[T0](arg0: => T0): T0
- Definition Classes
 - AnyRef
 
 -   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()