Bitcoin ABC
0.26.3
P2P Digital Currency
Loading...
Searching...
No Matches
src
kernel
bitcoinkernel.cpp
Go to the documentation of this file.
1
// Copyright (c) 2022 The Bitcoin Core developers
2
// Distributed under the MIT software license, see the accompanying
3
// file COPYING or http://www.opensource.org/licenses/mit-license.php.
4
5
#include <functional>
6
#include <string>
7
8
// Define G_TRANSLATION_FUN symbol in libbitcoinkernel library so users of the
9
// library aren't required to export this symbol
10
extern
const
std::function<std::string(
const
char
*)>
G_TRANSLATION_FUN
=
11
nullptr
;
G_TRANSLATION_FUN
const std::function< std::string(const char *)> G_TRANSLATION_FUN
Definition
bitcoin-cli.cpp:47
Generated on Fri Nov 22 2024 02:38:22 for Bitcoin ABC by
1.9.8