Bitcoin
|
#include <optional.h>
#include <primitives/transaction.h>
#include <memory>
#include <stddef.h>
#include <stdint.h>
#include <string>
#include <vector>
Go to the source code of this file.
Classes | |
class | interfaces::Chain |
class | interfaces::Chain::Lock |
class | interfaces::Chain::Notifications |
Chain notifications. More... | |
class | interfaces::ChainClient |
Namespaces | |
interfaces | |
Functions | |
std::unique_ptr< Chain > | interfaces::MakeChain () |
Return implementation of Chain interface. More... | |
std::unique_ptr< ChainClient > | interfaces::MakeWalletClient (Chain &chain, std::vector< std::string > wallet_filenames) |