//! Traits for the Typhoon protocol.
//!
//! This crate contains common traits used in the Typhoon ecosystem.
pub use *;
use Address;
/// Trait to check whether a program ID matches an expected program.
/// Trait to check whether a program ID is a valid owner.
/// Trait to define the unique discriminator for an account.