WR6KL3AS27RHCLVSWLXJVE4JXFA2D2JY
[
"autonomous agent",
{
"init": "{
$status_index = var['status.index'];
$address = trigger.address;
$data = trigger.data;
$unit = trigger.unit;
}",
"messages": {
"cases": [
{
"if": "{$data.status}",
"messages": [
{
"app": "state",
"state": "{
$next_index = $status_index + 1;
var['status.index'] = $next_index;
var['status.' || $next_index || '.unit'] = $unit;
var['status.' || $next_index || '.author'] = $address;
response['message'] = 'created status ' || $next_index;
response['status_id'] = $next_index;
}"
}
]
},
{
"if": "{$data.like AND var['status.' || $data.vote]}",
"messages": [
{
"app": "state",
"state": "{
var['status.' || $data.vote || '.likes'] += 1;
response['message'] = 'voted for status ' || $data.vote;
response['status_id'] = $data.vote;
}"
}
]
}
]
}
}
]
- MCI: 1026984
- Not bounced
- Response: {
"responseVars": {
"message": "created status 2",
"status_id": 2
},
"error": "no messages after filtering"
}
- MCI: 1026979
- Not bounced
- Response: {
"responseVars": {
"message": "created status 1",
"status_id": 1
},
"error": "no messages after filtering"
}
Show transactions in assets:
No transactions found, it may be worth changing the filter
Unit ID
Date
From
Direction
To
Amount
27.08.2019 16:29:23
in
WR6KL3AS27RHCLVSWLXJVE4JXFA2D2JY
27.08.2019 16:29:04
in
WR6KL3AS27RHCLVSWLXJVE4JXFA2D2JY