Handle a block being connected to the chain tip.
Declared in <wallet/wallet.h>
virtual
void
blockConnected(
kernel::ChainstateRole const& role,
interfaces::BlockInfo const& block) override;
| Name | Description |
|---|---|
| role | The role of the chainstate reporting the block. |
| block | Information about the connected block. |