简体   繁体   English

具有大字节数据的 Chainlink 完成 OracleRequest

[英]Chainlink fulfillOracleRequest with Large bytes data

In order to receive a full url trough a chainlink Oracle I would like to pass bytes to my fulfillment method.为了通过链环 Oracle 接收完整的 url,我想将字节传递给我的实现方法。

fulfillOracleRequest are sent by the node but my Oracle contract rejects them. fulfillOracleRequest由节点发送,但我的 Oracle 合约拒绝了它们。 I suspect it can only accept byte32 data . 我怀疑它只能接受 byte32 数据 According to Chainlink's documentation it should be possible.根据Chainlink 的文档,这应该是可能的。

Deploy Operator.sol from 0.7 instead of Oracle.sol从 0.7 部署 Operator.sol 而不是 Oracle.sol

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM