// 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.
pubuseprimitives::opcodes::*;