MoacBlock class
An Moac block descriptor message
Constructors
- MoacBlock()
- MoacBlock.fromMap(Map result)
Properties
- difficulty → int
-
read-only
- extraData → BigInt
-
read-only
- gasLimit → int
-
read-only
- gasUsed → int
-
read-only
- hash → BigInt
-
read-only
- logsBloom → BigInt
-
read-only
- miner → BigInt
-
read-only
- nonce → BigInt
-
read-only
- number → int
-
read-only
- parentHash → BigInt
-
read-only
- receiptsRoot → BigInt
-
read-only
- sha3Uncles → BigInt
-
read-only
- size → int
-
read-only
- stateRoot → BigInt
-
read-only
- timestamp → DateTime
-
read-only
- totalDifficulty → int
-
read-only
- transactions → List
-
read-only
- transactionsAreHashes → bool
-
read-only
- transactionsRoot → BigInt
-
read-only
-
uncles
→ List<
BigInt> -
read-only
- hashCode → int
-
The hash code for this object. [...]
read-only, inherited
- runtimeType → Type
-
A representation of the runtime type of the object.
read-only, inherited
Methods
-
construct(
Map data) → void - Construct from the supplied Map, only check for the keys we need.
-
toString(
) → String - Returns a string representation of this object.
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a non-existent method or property is accessed. [...]
@pragma("vm.entry-point"), inherited
Operators
-
operator ==(
dynamic other) → bool -
The equality operator. [...]
inherited