// SPDX-License-Identifier: CC0-1.0
//! Provides absolute and relative locktimes.
pub mod absolute;
pub mod relative;