github.com/metaworking/channeld@v0.7.3/config/server_authoratative_fsm.json (about)

     1  {
     2      "States": [
     3          {
     4              "Name": "INIT",
     5              "MsgTypeWhitelist": "1",
     6              "MsgTypeBlacklist": ""
     7          },
     8          {
     9              "Name": "OPEN",
    10              "MsgTypeWhitelist": "2-65535",
    11              "MsgTypeBlacklist": ""
    12          }
    13      ],
    14      "Transitions": [
    15      ]
    16  }