Current error of the Script. During execution, this will be UNKNOWN, upon successful execution it will be OK, and if RunNextOp returns false, this will be the error of the Script.
| 194 | // upon successful execution it will be OK, and if RunNextOp returns false, |
| 195 | // this will be the error of the Script. |
| 196 | ScriptError GetScriptError() { return script_error; } |
| 197 | |
| 198 | // Get the stack of the interpreter |
| 199 | const std::vector<std::vector<uint8_t>> &GetStack() const { return stack; } |
no outgoing calls