stellar-axelar-std-derive 2.0.0

Proc macros for Axelar contracts.
Documentation
1
2
3
fn test_fn(env: &Env, other: i32) {
    Self::operator(&env).require_auth();
}