Bitcoin Core  31.0.0
P2P Digital Currency
types.h
Go to the documentation of this file.
1 // Copyright (c) 2010-present 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_COMMON_TYPES_H
14 #define BITCOIN_COMMON_TYPES_H
15 
16 namespace common {
17 enum class PSBTError {
23  INCOMPLETE,
24  OK,
25 };
26 } // namespace common
27 
28 #endif // BITCOIN_COMMON_TYPES_H
PSBTError
Definition: types.h:17
Definition: init.cpp:17