求助Zokrates相关问题,小白不懂,有没有大佬?
## 代码
我有以下代码,这个代码主要用来判断输入的a是否大于b,如果a大于b则输出1,否则输出0
```zok
def main(private field a, private field b) -> field {
return if a > b {
1
}...
contract.methods.balanceOf is not a function
contract.methods.name is not a function
...
一直不能用里面所有的函数

出现错误
 Mysten Labs, Inc.
// SPDX-License-Identifier: Apache-2.0
/// An escrow for atomic swap of objects that trusts a third par...