elrond-wasm-rs
elrond-wasm-rs copied to clipboard
Changed signature of sc_deploy_* functions to allow AsMut instances
This change is similar to what's done with sc_call
function. It allows to be more flexible and it also allow to pass mutable references instead of direct values to the sc_deploy_*_result
functions