wallet::CWallet::blockConnected

Handle a block being connected to the chain tip.

Synopses

Declared in <wallet/wallet.h>

virtual
void
blockConnected(
    kernel::ChainstateRole const& role,
    BlockInfo const& block);
» more...

Handle a block being connected to the chain tip.

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

Parameters

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