Bitcoin ABC
0.22.12
P2P Digital Currency
src
network.h
Go to the documentation of this file.
1
// Copyright (c) 2020 The Bitcoin 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
#ifndef BITCOIN_NETWORK_H
6
#define BITCOIN_NETWORK_H
7
8
#include <string>
9
10
extern
const
std::string
NETWORK_NAME
;
11
extern
const
std::string
CURRENCY_UNIT
;
12
extern
const
bool
ENABLE_MINER_FUND
;
13
14
#endif // BITCOIN_NETWORK_H
CURRENCY_UNIT
const std::string CURRENCY_UNIT
Definition:
network.cpp:8
NETWORK_NAME
const std::string NETWORK_NAME
Definition:
network.cpp:7
ENABLE_MINER_FUND
const bool ENABLE_MINER_FUND
Definition:
network.cpp:9
Generated on Fri Jan 15 2021 17:44:46 for Bitcoin ABC by
1.8.13