We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
在测试中希望通过 package 打包 create 的地址的模块,但是在实际过程中报错Expected an address or an identifier
Expected an address or an identifier
//# package module {{$.call-api[0].json.dao_address}}::XDAO { }
The text was updated successfully, but these errors were encountered:
这个似乎比较麻烦,需要在 move 编译器里面去改动?
一个替代方案,新增一个创建账号的指令:
//# create_account alice={{$.call-api[0].json.dao_address}} //# package module alice::XDAO {}
Sorry, something went wrong.
感觉应该提供一个指令,可以设置 NamedAddress 就可以
No branches or pull requests
在测试中希望通过 package 打包 create 的地址的模块,但是在实际过程中报错
Expected an address or an identifier
The text was updated successfully, but these errors were encountered: