tidecoin 0.33.0-beta

General purpose library for using and interoperating with Tidecoin.
1
2
3
4
5
6
7
8
// SPDX-License-Identifier: CC0-1.0

//! Tidecoin script opcodes.
//!
//! The canonical Tidecoin opcode model lives in `tidecoin-primitives`. The top-level `tidecoin`
//! crate reexports it here as part of its public API surface.

pub use primitives::opcodes::*;