Error conditions reported while processing a PSBT.
Synopsis
Declared in <common/types.h>
enum class PSBTError : int;
Members
Name |
Description |
|
A referenced input was not found. |
|
An input's sighash type conflicts with the requested one. |
|
No external signer was available. |
|
The external signer returned an error. |
|
The requested operation is not supported. |
|
The PSBT is not yet complete. |
|
The PSBT does not contain a valid transaction. |
Non-Member Functions
Name |
Description |
Return a bilingual message describing a PSBT error. |
|
Build a JSON‐RPC error object for a PSBT error. |
Created with MrDocs