bitcoin 0.30.3

General purpose library for using and interoperating with Bitcoin.
Documentation
1
2
3
4
5
6
7
8
// Rust Bitcoin Library - Written by the rust-bitcoin developers.
// SPDX-License-Identifier: CC0-1.0

//! Provides absolute and relative locktimes.
//!

pub mod absolute;
pub mod relative;