Newer
Older
{
"svg": "gateway-event-b-animation.svg",
"items": [
{
"id": "subscription",
"attr": "visibility",
"value": "IF subscribed=1 THEN \"visible\" ELSE \"hidden\" END"
},
{
"id": "initiate-cc-tx",
"attr": "stroke",
"value": "IF initiated=1 THEN \"red\" ELSE \"black\" END"
},
{
"value": "IF emitted=1 THEN \"red\" ELSE \"black\" END"
},
{
"id": "gateway",
"attr": "fill",
"value": "IF gateway_processing=1 THEN \"green\" ELSE \"white\" END"
},
{
"attr": "stroke",
"value": "IF submit_cc_tx=1 THEN \"red\" ELSE \"black\" END"
}
],
"events": [
{
"id": "subscription",
"event": "SUBSCRIBE_SMART_CONTRACT_EVENTS"
},
{
"id": "initiate-cc-tx",