smartcontractkit / near-protocol-contracts

MIT License
26 stars 8 forks source link

Oracle request data arguments should be base64 encoded JSON string #18

Closed krebernisak closed 4 years ago

krebernisak commented 4 years ago

Please when sending requests with data arguments, make sure it's a valid base64 encoded JSON string. Here are two examples you can use:

These examples are taken from the Chainlink docs on Request & Receive Data.