Module script

Source
Expand description

Internal script related helper functions and types.

Structs§

EarlyEndOfScriptError
Indicates that we tried to read more bytes from the script than available.

Enums§

PushDataLenLen
The number of bytes used to encode an unsigned integer as the length of a push data instruction.

Functions§

read_push_data_len
Reads a usize from an iterator.