EthereumWork class

An ethereum work message. All elements of the work message must be present.

Constructors

EthereumWork()
Construction
EthereumWork.fromList(List<String>? result)
From list

Properties

boundaryCondition EthereumData?
The boundary condition ('target'), 2^256 / difficulty.
no setter
hashCode int
The hash code for this object.
no setterinherited
powHash EthereumData?
Current block header pow-hash
no setter
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
seedHash EthereumData?
Seed hash used for the DAG.
no setter

Methods

construct(List<String>? data) → void
Construct from the supplied list.
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
override

Operators

operator ==(Object other) bool
The equality operator.
inherited