Expand description
Safe default path for Hopper Native.
Re-exports the checked, validated APIs that most programs should use. This is the recommended entry point for standard Hopper development.
Re-exportsยง
pub use crate::account_view::AccountView;pub use crate::pda::verify_pda;pub use crate::pda::verify_pda_strict;pub use crate::pda::verify_pda_with_bump;pub use crate::cpi::invoke;pub use crate::cpi::invoke_signed;pub use crate::cpi::invoke_signed_with_bounds;pub use crate::cpi::invoke_with_bounds;