Derive Macro stellar_axelar_std_derive::Pausable

source ·
#[derive(Pausable)]
Expand description

Implements the Pausable interface for a Soroban contract.

§Example

use stellar_axelar_std_derive::Pausable;

#[contract]
#[derive(Pausable)]
pub struct Contract;