Calls
setUncles
Provide a set of uncles. NamespaceStorage
author
Author of current block. NamespacedidSetUncles
Whether uncles were already set in this block. Namespaceuncles
Uncles NamespaceGenesisUncle
The uncle is genesis. NamespaceInvalidUncleParent
The uncle parent not in the chain. NamespaceOldUncle
The uncle isn’t recent enough to be included. NamespaceTooHighUncle
The uncle is too high in chain. NamespaceTooManyUncles
Too many uncles. NamespaceUncleAlreadyIncluded
The uncle is already included. NamespaceUnclesAlreadySet
Uncles already set in the block. NamespaceConstants
uncleGenerations
The number of blocks back we should accept uncles. This means that we will deal with uncle-parents that areUncleGenerations + 1
before now
.
Namespace