Bitcoin
src
util
fees.h
Go to the documentation of this file.
1
// Copyright (c) 2009-2010 Satoshi Nakamoto
2
// Copyright (c) 2009-2018 The Bitcoin Core developers
3
// Distributed under the MIT software license, see the accompanying
4
// file COPYING or http://www.opensource.org/licenses/mit-license.php.
5
#ifndef BITCOIN_UTIL_FEES_H
6
#define BITCOIN_UTIL_FEES_H
7
8
#include <string>
9
10
enum class
FeeEstimateMode
;
11
enum class
FeeReason
;
12
13
bool
FeeModeFromString
(
const
std::string& mode_string,
FeeEstimateMode
& fee_estimate_mode);
14
std::string
StringForFeeReason
(
FeeReason
reason);
15
16
#endif // BITCOIN_UTIL_FEES_H
FeeEstimateMode
FeeEstimateMode
Definition:
fees.h:49
FeeModeFromString
bool FeeModeFromString(const std::string &mode_string, FeeEstimateMode &fee_estimate_mode)
Definition:
fees.cpp:29
FeeReason
FeeReason
Definition:
fees.h:36
StringForFeeReason
std::string StringForFeeReason(FeeReason reason)
Definition:
fees.cpp:10
Generated by
1.8.15