#include <chainparamsbase.h>
#include <clientversion.h>
#include <fs.h>
#include <rpc/client.h>
#include <rpc/protocol.h>
#include <util.h>
#include <utilstrencodings.h>
#include <memory>
#include <stdio.h>
#include <tuple>
#include <event2/buffer.h>
#include <event2/keyvalq_struct.h>
#include <support/events.h>
#include <univalue.h>
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...
|
|
◆ EVENT_LOG_ERR
#define EVENT_LOG_ERR _EVENT_LOG_ERR |
◆ main()
int main |
( |
int |
argc, |
|
|
char * |
argv[] |
|
) |
| |
◆ 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 28 of file bsha3-cli.cpp.