mirror of
https://github.com/ElementsProject/elements.git
synced 2026-08-17 13:07:54 +02:00
Implement transaction introspection opcodes
This commit is contained in:
parent
97b53e0b89
commit
9346a8495e
5 changed files with 316 additions and 9 deletions
|
|
@ -92,6 +92,8 @@ typedef enum ScriptError_t
|
|||
/* Elements: New tapscript related errors */
|
||||
SCRIPT_ERR_SHA2_CONTEXT_LOAD,
|
||||
SCRIPT_ERR_SHA2_CONTEXT_WRITE,
|
||||
SCRIPT_ERR_INTROSPECT_CONTEXT_UNAVAILABLE,
|
||||
SCRIPT_ERR_INTROSPECT_INDEX_OUT_OF_BOUNDS,
|
||||
} ScriptError;
|
||||
|
||||
#define SCRIPT_ERR_LAST SCRIPT_ERR_ERROR_COUNT
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue