#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>
Go to the source code of this file.
|
int | main (int argc, char *argv[]) |
|
|
const std::function< std::string(const char *)> | G_TRANSLATION_FUN = nullptr |
| Translate a message to the native language of the user. More...
|
|
◆ main()
int main |
( |
int |
argc, |
|
|
char * |
argv[] |
|
) |
| |
◆ flags
◆ flagStr
◆ 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.