官方文档:https://platonnetwork.github.io/Docs/#/zh-cn/Development/[Chinese-Simplified]-JS-SDK?id=内置合约调用指南
有两个问题需要咨询。
- funcType为1004的发起委托交易,返回nohash错误
// 以传进入对象进行调用(对于key不要求顺序)
params = {
funcType: 1004,
typ: 0,
nodeId: ppos.hexStrBuf(nodeId),
amount: ppos.bigNumBuf("10000000000000000000000")
}
reply = await ppos.send(params);
参数如上,跟文档中一样。
- 是否有领取委托奖励接口,在文档中没有找到。