Skip to content
Snippets Groups Projects
gateway-vis-file.json 1.05 KiB
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"
    },
	{
      "id": "emit-event",
      "attr": "stroke",
      "value": "IF emitted=1 THEN \"red\" ELSE \"black\" END"
    },
	{
      "id": "gateway",
      "attr": "fill",
      "value": "IF gateway_processing=1 THEN \"green\" ELSE \"white\" END"
    },
	{
      "id": "submit-tx",
      "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",
      "event": "INITIATE_CC_TX"
      "id": "emit-event",
      "event": "EMIT_EVENT"
    },
	{
      "id": "gateway",
      "event": "LISTEN_EVENT"
      "id": "submit-tx",
      "event": "SUBMIT_TX"