-
Notifications
You must be signed in to change notification settings - Fork 1.7k
JobSpecs
Thomas edited this page May 10, 2018
·
4 revisions
{
"initiators": [
{
"type": "runlog",
"address": "0x5be84B6381d45579Ed04A887B8473F76699E0389"
}
],
"tasks": [
{ "type": "httpGet" },
{ "type": "jsonParse" },
{ "type": "ethbytes32" },
{ "type": "ethtx" }
]
}
{
"initiators": [
{
"type": "runlog",
"address": "0x5be84B6381d45579Ed04A887B8473F76699E0389"
}
],
"tasks": [
{ "type": "httpGet" },
{ "type": "jsonParse" },
{ "type": "ethuint256" },
{ "type": "ethtx" }
]
}
{
"initiators": [
{
"type": "runlog",
"address": "0x5be84B6381d45579Ed04A887B8473F76699E0389"
}
],
"tasks": [
{ "type": "httpGet" },
{ "type": "jsonParse" },
{ "type": "multiply", "times": 100 },
{ "type": "ethuint256" },
{ "type": "ethtx" }
]
}
{
"initiators": [
{
"type": "runlog",
"address": "0x5be84B6381d45579Ed04A887B8473F76699E0389"
}
],
"tasks": [
{ "type": "httpGet" },
{ "type": "jsonParse" },
{ "type": "ethint256" },
{ "type": "ethtx" }
]
}
{
"initiators": [
{
"type": "runlog",
"address": "0x5be84B6381d45579Ed04A887B8473F76699E0389"
}
],
"tasks": [
{ "type": "httpGet" },
{ "type": "jsonParse" },
{ "type": "multiply", "times": 100 },
{ "type": "ethint256" },
{ "type": "ethtx" }
]
}