trait NetworkParams extends AnyRef
Linear Supertypes
Known Subclasses
Ordering
- Alphabetic
- By Inheritance
Inherited
- NetworkParams
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- All
Abstract Value Members
- abstract val EquihashCompactSizeLength: Int
- abstract val EquihashK: Int
- abstract val EquihashN: Int
- abstract val EquihashSolutionLength: Int
- abstract val calculatedSysDataConstant: Array[Byte]
- abstract val certProvingKeyFilePath: String
- abstract val certVerificationKeyFilePath: String
- abstract val chainId: Long
- abstract val circuitType: CircuitTypes
- abstract val cswProvingKeyFilePath: String
- abstract val cswVerificationKeyFilePath: String
- abstract val genesisMainchainBlockHash: Array[Byte]
- abstract val genesisPoWData: Seq[(Int, Int)]
- abstract val initialCumulativeCommTreeHash: Array[Byte]
- abstract val isCSWEnabled: Boolean
- abstract val isNonCeasing: Boolean
- abstract val mainchainCreationBlockHeight: Int
- abstract val mastersPublicKeys: Seq[SchnorrProposition]
- abstract val mcBlockRefDelay: Int
- abstract val minVirtualWithdrawalEpochLength: Int
- abstract val nPowAveragingWindow: Int
- abstract val nPowMaxAdjustDown: Int
- abstract val nPowMaxAdjustUp: Int
- abstract val nPowTargetSpacing: Int
- abstract val parentHashOfGenesisMainchainBlock: Array[Byte]
- abstract val powLimit: BigInteger
- abstract val scCreationBitVectorCertificateFieldConfigs: Seq[CustomBitvectorElementsConfig]
- abstract val sidechainCreationVersion: SidechainCreationVersion
- abstract val sidechainGenesisBlockId: ModifierId
- abstract val sidechainGenesisBlockTimestamp: Timestamp
- abstract val sidechainId: Array[Byte]
- abstract val signersPublicKeys: Seq[SchnorrProposition]
- abstract val signersThreshold: Int
- abstract val withdrawalEpochLength: Int
Concrete 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 MaxActualTimespan: Int
- final def MinActualTimespan: Int
- val allowedForgersList: Seq[(PublicKey25519Proposition, VrfPublicKey)]
-
final
def
asInstanceOf[T0]: T0
- Definition Classes
- Any
- final def averagingWindowTimespan: Int
-
def
clone(): AnyRef
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws( ... ) @native() @HotSpotIntrinsicCandidate()
-
final
def
eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
def
equals(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
- final val forgerBlockFeeCoefficient: Double
-
final
def
getClass(): Class[_]
- Definition Classes
- AnyRef → Any
- Annotations
- @native() @HotSpotIntrinsicCandidate()
-
def
hashCode(): Int
- Definition Classes
- AnyRef → Any
- Annotations
- @native() @HotSpotIntrinsicCandidate()
- val isHandlingTransactionsEnabled: Boolean
-
final
def
isInstanceOf[T0]: Boolean
- Definition Classes
- Any
- val maxHistoryRewritingLength: Int
- final val maxWBsAllowed: Int
- final def nMedianTimeSpan: Int
-
final
def
ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
final
def
notify(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native() @HotSpotIntrinsicCandidate()
-
final
def
notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native() @HotSpotIntrinsicCandidate()
- val restrictForgers: Boolean
- val sidechainGenesisBlockParentId: ModifierId
-
final
def
synchronized[T0](arg0: ⇒ T0): T0
- Definition Classes
- AnyRef
-
def
toString(): String
- Definition Classes
- AnyRef → Any
-
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()
-
final
def
wait(): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
- val zeroHashBytes: Array[Byte]
Deprecated Value Members
-
def
finalize(): Unit
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws( classOf[java.lang.Throwable] ) @Deprecated
- Deprecated