Implement ext_call in ink! (#133)
* import ext_call to trait and add function to generate input_data of ext_call remove #[allow(unused)] from ext_call() implment call_invoke and call_evaluate fix format call_invoke and call_evaluate returns Return<_,CallError> fixed * fix format and change return type of test_env * [core] implement CallError as struct and add call_return field to text_env * fix trivial and remove lang/src/encode_input_data * [core] use map_err while handling Result<>
Please register or sign in to comment