
如图,遇到此报错:
```
Indexed expression has to be a type, mapping or array (is struct Market.Block storage ref)
```
请问该咋解决呢?其中blocks是Blocks[]类型...
原文链接:[https://blog.chain.link/develop-python-defi-project/](https://blog.chain.link/develop-python-defi-project/)
原文标题:Develop a DeFi Project Using Python
原文作者:[Patrick Collins](https://blog.chain.link/author/patrick/)
In this tutorial, we’ll walk through how t...