How Can I Reference Text from File?
在 1.2.0 版中,我们添加了这个功能。你可以在 DSL 中调用 file(…)
方法,并提供相对于合约所在位置的路径。如果你使用 YAML,可以使用 bodyFromFile
属性。
In version 1.2.0, we added this ability. You can call a file(…)
method in the
DSL and provide a path relative to where the contract lies.
If you use YAML, you can use the bodyFromFile
property.