#[derive(Pausable)]
Implements the Pausable interface for a Soroban contract.
use stellar_axelar_std_derive::Pausable; #[contract] #[derive(Pausable)] pub struct Contract;