stellar-axelar-std-derive 2.1.0

Proc macros for Axelar contracts.
Documentation
1
2
3
4
5
6
fn test_fn(env: &Env, other: i32) {
    Self::operator(&env).require_auth();
    let x = 42;
    let y = vec![1, 2, 3];
    let z = x + y[2];
}