sealed abstract class TestNet3 extends BitcoinNetwork
Linear Supertypes
Known Subclasses
Ordering
- Alphabetic
- By Inheritance
Inherited
- TestNet3
- 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: TestNetChainParams.type
The parameters of the blockchain we are connecting to
The parameters of the blockchain we are connecting to
- Definition Classes
- TestNet3 → BitcoinNetwork → NetworkParameters
- def clone(): AnyRef
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.CloneNotSupportedException]) @native()
- def dnsSeeds: Seq[String]
The seeds used to bootstrap the network
The seeds used to bootstrap the network
- Definition Classes
- TestNet3 → 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()
- def hashCode(): Int
- 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
- TestNet3 → 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
- TestNet3 → NetworkParameters
- def privateKey: ByteVector
- Definition Classes
- NetworkParameters
- def rpcPort: Int
- Definition Classes
- TestNet3 → NetworkParameters
- final def synchronized[T0](arg0: => T0): T0
- Definition Classes
- AnyRef
- def toString(): String
- Definition Classes
- AnyRef → Any
- 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()