![]() |
Bitcoin Core 31.0.0
P2P Digital Currency
|
#include <bitcoinkernel_wrapper.h>
Public Member Functions | |
| ContextOptions () | |
| void | SetChainParams (ChainParams &chain_params) |
| template<typename T > | |
| void | SetNotifications (std::shared_ptr< T > notifications) |
| template<typename T > | |
| void | SetValidationInterface (std::shared_ptr< T > validation_interface) |
Public Member Functions inherited from btck::UniqueHandle< btck_ContextOptions, btck_context_options_destroy > | |
| UniqueHandle (btck_ContextOptions *ptr) | |
| btck_ContextOptions * | get () |
| const btck_ContextOptions * | get () const |
Additional Inherited Members | |
Protected Attributes inherited from btck::UniqueHandle< btck_ContextOptions, btck_context_options_destroy > | |
| std::unique_ptr< btck_ContextOptions, Deleter > | m_ptr |
Definition at line 966 of file bitcoinkernel_wrapper.h.
|
inline |
Definition at line 969 of file bitcoinkernel_wrapper.h.
|
inline |