Bitcoin Core 28.99.0
P2P Digital Currency
|
is a home for simple enum and struct type definitions that can be used internally by functions in the libbitcoin_common library, but also used externally by node, wallet, and GUI code. More...
Go to the source code of this file.
Namespaces | |
namespace | common |
Enumerations | |
enum class | common::PSBTError { common::MISSING_INPUTS , common::SIGHASH_MISMATCH , common::EXTERNAL_SIGNER_NOT_FOUND , common::EXTERNAL_SIGNER_FAILED , common::UNSUPPORTED } |
is a home for simple enum and struct type definitions that can be used internally by functions in the libbitcoin_common 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.