Skip to content

JobSpecs

Thomas edited this page May 10, 2018 · 4 revisions

EthBytes32

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

EthUint256

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

EthUint256x100

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

EthInt256

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

EthInt256x100

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