Add Bridge to Job Spec
{
"initiators": [{
"type": "external",
"params": {
"name": "xdc",
"body": {
"endpoint": "xdc",
"addresses": ["0x88b1718fa0C01459e0A6a42Ec9AFdB299613d30F"]
}
}
}],
"tasks":
[ {
"type": "Temperature"
},
{
"type": "copy",
"params": {
"copyPath": [
"result"
]
}
},
{
"type": "multiply"
},
{
"type": "ethuint256"
},
{
"type": "EthTx"
}
]
}Last updated