Skip to content
Snippets Groups Projects
gateway-vis-file.json 1.15 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": "trigger-event",
      "attr": "stroke",
      "value": "IF triggered=1 THEN \"red\" ELSE \"black\" END"
    },
	{
      "id": "gateway",
      "attr": "fill",
      "value": "IF gateway_processing=1 THEN \"green\" ELSE \"white\" END"
    },
	{
      "id": "submit-cc-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_CROSS_CHAIN_TRANSACTION"
    },
	{
      "id": "trigger-event",
      "event": "PROCESS_CROSS_CHAIN_TRANSACTION"
    },
	{
      "id": "gateway",
      "event": "LISTEN_SMART_CONTRACT_EVENT"
    },
	{
      "id": "submit-cc-tx",
      "event": "GATEWAY_PROCESS_CROSS_CHAIN_TRANSACTION"
    }
  ]
}