macro_rules! contract_call {
    ($s:expr, $address:expr, $proxy_trait:ident) => { ... };
}
Expand description

Handy way of casting to a contract proxy trait. Would make more sense to be in dharitri-wasm-derive, but Rust “cannot export macro_rules! macros from a proc-macro crate type currently”.