BSHA3  0.17.99
P2P Blockchain, based on Bitcoin
Classes | Functions | Variables
bsha3-tx.cpp File Reference
#include <clientversion.h>
#include <coins.h>
#include <consensus/consensus.h>
#include <core_io.h>
#include <key_io.h>
#include <keystore.h>
#include <policy/policy.h>
#include <policy/rbf.h>
#include <primitives/transaction.h>
#include <script/script.h>
#include <script/sign.h>
#include <univalue.h>
#include <util.h>
#include <utilmoneystr.h>
#include <utilstrencodings.h>
#include <memory>
#include <stdio.h>
#include <boost/algorithm/string.hpp>
Include dependency graph for bsha3-tx.cpp:

Go to the source code of this file.

Classes

class  Secp256k1Init
 

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 842 of file bsha3-tx.cpp.

Here is the call graph for this function:

Variable Documentation

◆ flags

int flags

Definition at line 509 of file bsha3-tx.cpp.

◆ flagStr

const char* flagStr

Definition at line 508 of file bsha3-tx.cpp.

◆ 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 34 of file bsha3-tx.cpp.