...。我们可以从下图来理解这个逻辑:

用户以为的调用路径:
部署合约 A 传入合约 B 地址,这样调用路径为正常路径。
实...
...oml`
```toml
[package]
name = "httpie"
version = "0.1.0"
edition = "2021"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
anyhow = "1.0.71" # 错误处理
clap = { version = "4.3.9", f...