Data fields can be used to design definitions that involve oracles.
Last updated 4 years ago
Returns the unit hash.
const params = { time: new Date().toString(), timestamp: Date.now() }; client.post.dataFeed(params, wif, function(err, result) { if (err) return console.error(err); console.log(result); });
"21.1.7. Data feeds" (page 45)