Authorship
Calls
setUncles
Provide a set of uncles.
Namespace
Type
Storage
author
Author of current block.
Namespace
Type
didSetUncles
Whether uncles were already set in this block.
Namespace
Type
uncles
Uncles
Namespace
Type
undefined## Errors
GenesisUncle
The uncle is genesis.
Namespace
InvalidUncleParent
The uncle parent not in the chain.
Namespace
OldUncle
The uncle isn't recent enough to be included.
Namespace
TooHighUncle
The uncle is too high in chain.
Namespace
TooManyUncles
Too many uncles.
Namespace
UncleAlreadyIncluded
The uncle is already included.
Namespace
UnclesAlreadySet
Uncles already set in the block.
Namespace
Constants
uncleGenerations
The number of blocks back we should accept uncles. This means that we will deal with uncle-parents that are UncleGenerations + 1
before now
.
Namespace
Type
Last updated