Bitcoin ABC 0.32.12
P2P Digital Currency
types.h
Go to the documentation of this file.
1// Copyright (c) 2010-2021 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_NODE_TYPES_H
14#define BITCOIN_NODE_TYPES_H
15
16namespace node {
17enum class TransactionError {
18 OK,
19
20 MISSING_INPUTS,
26};
27} // namespace node
28
29#endif // BITCOIN_NODE_TYPES_H
Definition: messages.h:12
TransactionError
Definition: types.h:17
@ OK
The message verification was successful.