object JavaHelpers
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- JavaHelpers
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- All
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 buildHeader(parentHash: Array[Byte], ommersHash: Array[Byte], coinbase: Array[Byte], stateRoot: Array[Byte], transactionRoot: Array[Byte], receiptsRoot: Array[Byte], logsBloom: Array[Byte], difficulty: Array[Byte], number: Array[Byte], gasLimit: Array[Byte], gasUsed: Array[Byte], timestamp: Array[Byte], extraData: Array[Byte], mixHash: Array[Byte], nonce: Array[Byte]): Header
-
def
clone(): AnyRef
- Attributes
- protected[java.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
def
getClass(): Class[_]
- Definition Classes
- AnyRef → Any
- Annotations
- @native() @HotSpotIntrinsicCandidate()
- def getFullSizeForBlock(blockNumber: Long): Long
-
def
hashCode(): Int
- Definition Classes
- AnyRef → Any
- Annotations
- @native() @HotSpotIntrinsicCandidate()
- def headerFromTruncatedRLP(truncRLP: Array[Byte]): Header
-
final
def
isInstanceOf[T0]: Boolean
- Definition Classes
- Any
- def jhashimoto(full: Boolean, truncHeaderRLP: Array[Byte], nonce: BigInteger): JHashimoto
- def jhashimotoFull(truncHeaderRLP: Array[Byte], nonce: BigInteger): JHashimoto
- def jhashimotoLight(truncHeaderRLP: Array[Byte], nonce: BigInteger): JHashimoto
-
final
def
ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- def noOpMonitorFactory: Factory
-
final
def
notify(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native() @HotSpotIntrinsicCandidate()
-
final
def
notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native() @HotSpotIntrinsicCandidate()
- def precomputeCacheDatasetForBlockNumber(blockNumber: Long, mf: Factory): Boolean
- def streamDagFileForBlockNumber(blockNumber: Long, mf: Factory): Boolean
-
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( ... )
Deprecated Value Members
-
def
finalize(): Unit
- Attributes
- protected[java.lang]
- Definition Classes
- AnyRef
- Annotations
- @throws( classOf[java.lang.Throwable] ) @Deprecated
- Deprecated