ic-test 0.4.0

This tool helps to organize IC Rust canister testing as well as cross-testing between ICP and EVM.
Documentation
1
2
3
4
5
6
7
type InitArg = record {
  some_bool_t: bool;
  some_bool_f: bool;
  some_opt_bool: opt bool;
  some_opt_bool2: opt bool;
};
service : (InitArg) -> { greet : () -> (opt text) query }