Macro dharitri_wasm::contract_call
source · 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”.