//! The v4 built-in loader program.
//!//! This is the loader of the program runtime v2.
#![cfg_attr(feature ="frozen-abi",feature(min_specialization))]#![cfg_attr(docsrs,feature(doc_auto_cfg))]pubmodinstruction;pubmodstate;/// Cooldown before a program can be un-/redeployed again
pubconstDEPLOYMENT_COOLDOWN_IN_SLOTS:u64=1;