Bitcoin Core  0.19.99
P2P Digital Currency
Public Attributes | List of all members
InitInterfaces Struct Reference

Pointers to interfaces used during init and destroyed on shutdown. More...

#include <init.h>

Public Attributes

std::unique_ptr< interfaces::Chainchain
 
std::vector< std::unique_ptr< interfaces::ChainClient > > chain_clients
 

Detailed Description

Pointers to interfaces used during init and destroyed on shutdown.

Definition at line 19 of file init.h.

Member Data Documentation

◆ chain

std::unique_ptr<interfaces::Chain> InitInterfaces::chain

Definition at line 21 of file init.h.

◆ chain_clients

std::vector<std::unique_ptr<interfaces::ChainClient> > InitInterfaces::chain_clients

Definition at line 22 of file init.h.


The documentation for this struct was generated from the following file: