Instantiate a new chainstate.
Declared in <validation.h>
[[requires_capability(0x7f9513c470d8), requires_capability(0x7f9502de8878), requires_capability(0x7f950b21b048), requires_capability(0x7f9514bf5038)]]
Chainstate&
InitializeChainstate(CTxMemPool* mempool);
A reference to the newly initialized chainstate.
| Name | Description |
|---|---|
| mempool | The mempool to pass to the chainstate constructor. |