Bitcoin Core
31.0.0
P2P Digital Currency
Loading...
Searching...
No Matches
src
common
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
{
18
MISSING_INPUTS
,
19
SIGHASH_MISMATCH
,
20
EXTERNAL_SIGNER_NOT_FOUND
,
21
EXTERNAL_SIGNER_FAILED
,
22
UNSUPPORTED
,
23
INCOMPLETE
,
24
OK
,
25
};
26
}
// namespace common
27
28
#endif
// BITCOIN_COMMON_TYPES_H
common
Definition
init.cpp:17
common::PSBTError
PSBTError
Definition
types.h:17
common::PSBTError::MISSING_INPUTS
@ MISSING_INPUTS
Definition
types.h:18
common::PSBTError::INCOMPLETE
@ INCOMPLETE
Definition
types.h:23
common::PSBTError::UNSUPPORTED
@ UNSUPPORTED
Definition
types.h:22
common::PSBTError::EXTERNAL_SIGNER_FAILED
@ EXTERNAL_SIGNER_FAILED
Definition
types.h:21
common::PSBTError::EXTERNAL_SIGNER_NOT_FOUND
@ EXTERNAL_SIGNER_NOT_FOUND
Definition
types.h:20
common::PSBTError::SIGHASH_MISMATCH
@ SIGHASH_MISMATCH
Definition
types.h:19
common::PSBTError::OK
@ OK
Definition
types.h:24
Generated on
for Bitcoin Core by
1.16.1