A single script opcode together with any immediate data it pushes.
Synopsis
Declared in <script/miniscript.h>
using Opcode = std::pair<opcodetype, std::vector<unsigned char>>;
Created with MrDocs
A single script opcode together with any immediate data it pushes.
Declared in <script/miniscript.h>
using Opcode = std::pair<opcodetype, std::vector<unsigned char>>;
Created with MrDocs