Module bitcoin::util::misc[][src]

Expand description

Miscellaneous functions

Various utility functions

Constants

The prefix for signed messages using Bitcoin’s message signing protocol.

Functions

Search for needle in the vector haystack and remove every instance of it, returning the number of instances removed. Loops through the vector opcode by opcode, skipping pushed data.

Hash message for signature using Bitcoin’s message signing format.