Add new chainstate.
Declared in <validation.h>
[[requires_capability(0x7f9513c48198), requires_capability(0x7f9502de9938), requires_capability(0x7f950b21c108), requires_capability(0x7f9514bf60f8)]]
Chainstate&
AddChainstate(std::unique_ptr<Chainstate> chainstate);
A reference to the added chainstate.
| Name | Description |
|---|---|
| chainstate | The chainstate to take ownership of and add. |