Bitcoin Core 28.99.0
P2P Digital Currency
|
#include <memory>
#include <string>
Go to the source code of this file.
Classes | |
class | interfaces::Echo |
Simple string echoing interface for testing. More... | |
Namespaces | |
namespace | interfaces |
Functions | |
std::unique_ptr< Echo > | interfaces::MakeEcho () |
Return implementation of Echo interface. More... | |