BSHA3  0.17.99
P2P Blockchain, based on Bitcoin
Functions | Variables
bench_bitcoin.cpp File Reference
#include <bench/bench.h>
#include <crypto/sha256.h>
#include <key.h>
#include <random.h>
#include <util.h>
#include <utilstrencodings.h>
#include <validation.h>
#include <memory>
Include dependency graph for bench_bitcoin.cpp:

Go to the source code of this file.

Functions

int main (int argc, char **argv)
 

Variables

const std::function< std::string(const char *)> G_TRANSLATION_FUN = nullptr
 Translate a message to the native language of the user. More...
 

Function Documentation

◆ main()

int main ( int  argc,
char **  argv 
)

Definition at line 51 of file bench_bitcoin.cpp.

Variable Documentation

◆ G_TRANSLATION_FUN

const std::function<std::string(const char*)> G_TRANSLATION_FUN = nullptr

Translate a message to the native language of the user.

Definition at line 16 of file bench_bitcoin.cpp.