Expand description
Internal script related helper functions and types.
Structs§
- Early
EndOf Script Error - Indicates that we tried to read more bytes from the script than available.
Enums§
- Push
Data LenLen - 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.