Chain link AggregatorV2V3Interface 接口错误?

发布于 2025-01-18 16:16:06 字数 292 浏览 1 评论 0原文

我正在遵循实现链链接的集合V2V3接口的坚固教程。在使用Brownie Compile命令编译代码的同时,在VSCODE 2上弹出错误:

这是错误:

我对坚固性非常陌生,并且仍在试图弄清楚它的工作原理。

I'm following a Solidity tutorial that implements Chain Link's AggregatorV2V3Interface. An error is popping on VSCode 2 while compiling the code with the brownie compile command

Here is the error :
Compilation Error

I'm very new to Solidity and still trying to figure out how that works.

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

月牙弯弯 2025-01-25 16:16:06

将 VSCode 编译器更改为 v0.6.6+
并将 FundMe.sol Solidity 版本设置为 pragma Solidity ^0.6.6;
这对我有用

Changing the VSCode compiler to v0.6.6+
and setting FundMe.sol solidity version to pragma solidity ^0.6.6;
is what worked for me

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文