问题标签 [rust-ink]
For questions regarding programming in ECMAScript (JavaScript/JS) and its various dialects/implementations (excluding ActionScript). Note JavaScript is NOT the same as Java! Please include all relevant tags on your question; e.g., [node.js], [jquery], [json], [reactjs], [angular], [ember.js], [vue.js], [typescript], [svelte], etc.
41 问题
0
投票
1
回答
33
浏览
rust - Rust 墨水,由于“未解决的导入”错误而无法使用导入的模块
我正在尝试使用我正在处理的 SWAP 项目中存储在本地存储中的自定义 ERC20 合同。
尝试在 SWAP 合约中使用 erc20 导入时遇到的错误:
这是我在 SWAP.rs 中导入 erc20 模块的方法:
这就是我在 SWAP.rs .toml 文件中导入 ERC20 模块的方式:
先谢谢各位了,不胜感激。
我还在 ERC20 .toml 文件中添加了以下配置:
这是ERC20模块文件的内容: