Module bitcoin_without_primitives

Source
Expand description

§Bitcoin (without primitives)

This module defines jets for Bitcoin that work without the Bitcoin transaction environmnent. These jets are not recommended for non-Bitcoin(-like) applications.

Functions§

parse_lock
Parse an integer as a consensus-encoded Bitcoin lock time.
parse_sequence
Parse an integer as a consensus-encoded Bitcoin sequence number.
tapdata_init
Create a SHA256 context, initialized with a “TapData” tag.