// Copyright Judica, Inc 2021
//
// This Source Code Form is subject to the terms of the Mozilla Public
// License, v. 2.0. If a copy of the MPL was not distributed with this
// file, You can obtain one at https://mozilla.org/MPL/2.0/.
//! base sapio library functionality and definitions, not particular to sapio compiler
/// Extra functionality for working with Bitcoin types
use XOnlyPublicKey;
pub use CTVHash;
/// Helpers for making correct time locks
/// Trait & Structs for accessing Chain Data
pub use reverse_path;
/// Concrete Instantiation of Miniscript Policy. Because we need to be able to generate exact
/// transactions, we only work with `bitcoin::PublicKey` types.
pub type Clause = Policy;