Skip to content

JobSpecs

Thomas edited this page Aug 3, 2018 · 4 revisions

EthBytes32

{
    "initiators": [
        {
            "type": "runlog",
            "address": "0xA39A4cC64C91267EC1376f6861aAC0622352de8F"
        }
    ],
    "tasks": [
        { "type": "httpGet" },
        { "type": "jsonParse" },
        { "type": "ethbytes32" },
        { "type": "ethtx" }
    ]
}

EthInt256

{
    "initiators": [
        {
            "type": "runlog",
            "address": "0xA39A4cC64C91267EC1376f6861aAC0622352de8F"
        }
    ],
    "tasks": [
        { "type": "httpGet" },
        { "type": "jsonParse" },
        { "type": "ethint256" },
        { "type": "ethtx" }
    ]
}

EthInt256 Multiplier

{
    "initiators": [
        {
            "type": "runlog",
            "address": "0xA39A4cC64C91267EC1376f6861aAC0622352de8F"
        }
    ],
    "tasks": [
        { "type": "httpGet" },
        { "type": "jsonParse" },
        { "type": "multiply" },
        { "type": "ethint256" },
        { "type": "ethtx" }
    ]
}

EthUint256

{
    "initiators": [
        {
            "type": "runlog",
            "address": "0xA39A4cC64C91267EC1376f6861aAC0622352de8F"
        }
    ],
    "tasks": [
        { "type": "httpGet" },
        { "type": "jsonParse" },
        { "type": "ethuint256" },
        { "type": "ethtx" }
    ]
}

EthUint256 Multiplier

{
    "initiators": [
        {
            "type": "runlog",
            "address": "0xA39A4cC64C91267EC1376f6861aAC0622352de8F"
        }
    ],
    "tasks": [
        { "type": "httpGet" },
        { "type": "jsonParse" },
        { "type": "multiply" },
        { "type": "ethuint256" },
        { "type": "ethtx" }
    ]
}