wallet::CWallet::blockConnected

Handle a block being connected to the chain tip.

Synopsis

Declared in <wallet/wallet.h>

virtual
void
blockConnected(
    kernel::ChainstateRole const& role,
    interfaces::BlockInfo const& block) override;

Parameters

NameDescription
roleThe role of the chainstate reporting the block.
blockInformation about the connected block.