Name | Lookup | Parameters | |
---|---|---|---|
set_uncles | 3200 | 1 |
Name | Type | |
---|---|---|
Uncles | {"origin":"PlainType","plain_type":"Vec<UncleEntryItem<BlockNumber, Hash, AccountId>>"} | |
Author | {"origin":"PlainType","plain_type":"AccountId"} | |
DidSetUncles | {"origin":"PlainType","plain_type":"bool"} |
Name | Docs |
---|---|
InvalidUncleParent | The uncle parent not in the chain. |
UnclesAlreadySet | Uncles already set in the block. |
TooManyUncles | Too many uncles. |
GenesisUncle | The uncle is genesis. |
TooHighUncle | The uncle is too high in chain. |
UncleAlreadyIncluded | The uncle is already included. |
OldUncle | The uncle isn't recent enough to be included. |