Bitcoin Core 30.99.0
P2P Digital Currency
Classes | Namespaces
types.h File Reference

is a home for simple enum and struct type definitions that can be used internally by functions in the libbitcoin_kernel library, but also used externally by node, wallet, and GUI code. More...

This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

struct  kernel::ChainstateRole
 Information about chainstate that notifications are sent from. More...
 

Namespaces

namespace  kernel
 

Detailed Description

is a home for simple enum and struct type definitions that can be used internally by functions in the libbitcoin_kernel library, but also used externally by node, wallet, and GUI code.

This file is intended to define only simple types that do not have external dependencies. More complicated types should be defined in dedicated header files.

Definition in file types.h.