Bitcoin Core
31.0.0
P2P Digital Currency
Loading...
Searching...
No Matches
src
kernel
types.h
Go to the documentation of this file.
1
// Copyright (c) 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
12
13
#ifndef BITCOIN_KERNEL_TYPES_H
14
#define BITCOIN_KERNEL_TYPES_H
15
16
namespace
kernel
{
18
struct
ChainstateRole
{
22
bool
validated
{
true
};
23
26
bool
historical
{
false
};
27
};
28
}
// namespace kernel
29
30
#endif
// BITCOIN_KERNEL_TYPES_H
kernel
Definition
coinstatsindex.h:21
kernel::ChainstateRole
Information about chainstate that notifications are sent from.
Definition
types.h:18
kernel::ChainstateRole::validated
bool validated
Definition
types.h:22
kernel::ChainstateRole::historical
bool historical
Definition
types.h:26
Generated on
for Bitcoin Core by
1.16.1