Registers a validation event handler for the context.
Declared in <kernel/bitcoinkernel_wrapper.h>
template<typename T>
void
SetValidationInterface(std::shared_ptr<T> validation_interface);
| Name | Description |
|---|---|
| validation_interface | The validation handler; must derive from ValidationInterface. |