use Addr;
use ;
/// The PAUSED_CONTRACT_METHOD state contains the information for which method are paused on a particular contract
/// Key (composite): (contract_addr, method_msg)
/// Value: u64, the block height at which the method was paused
pub const PAUSED_CONTRACT_METHOD: =
new;
/// The PAUSED state contains the information for whether the contracts in satlayer is paused or not
/// Take precedence over the PAUSED_CONTRACT_METHOD state
pub const PAUSED: = new;