【发布时间】:2022-01-21 15:52:37
【问题描述】:
有没有人有针对 Chainlink 节点操作员的 Chainlink Large response Toml 作业规范的示例?
我能找到的唯一例子是 json:
{
"name": "large-word",
"initiators": [
{
"id": 9,
"jobSpecId": "7a97ff84-93ec-406d-9062-1b2531f9251a",
"type": "runlog",
"params": {
"address": "0xc57b33452b4f7bb189bb5afae9cc4aba1f7a4fd8"
}
}
],
"tasks": [
{
"jobSpecId": "7a97ff8493ec406d90621b2531f9251a",
"type": "httpget"
},
{
"jobSpecId": "7a97ff8493ec406d90621b2531f9251a",
"type": "jsonparse"
},
{
"jobSpecId": "7a97ff8493ec406d90621b2531f9251a",
"type": "resultcollect"
},
{
"jobSpecId": "7a97ff8493ec406d90621b2531f9251a",
"type": "ethtx",
"confirmations": 1,
"params": {
"abiEncoding": [
"bytes32",
"bytes"
]
}
}
]
}
我们只是改变 Abi 编码吗?
任何帮助将不胜感激。谢谢
【问题讨论】:
标签: chainlink