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