Expand description
Miscellaneous functions
Various utility functions
Functionsยง
- hex_
bytes - Convert a hexadecimal-encoded string to its corresponding bytes
- script_
find_ and_ remove - Search for
needle
in the vectorhaystack
and remove every instance of it, returning the number of instances removed. Loops through the vector opcode by opcode, skipping pushed data.