Vaulta

boidcompower

Contract

  • Table row type of protocols

    {
      "name": "protocol",
      "base": "",
      "fields": [
        {
          "name": "type",
          "type": "uint64"
        },
        {
          "name": "protocol_name",
          "type": "string"
        },
        {
          "name": "description",
          "type": "string"
        },
        {
          "name": "meta",
          "type": "string"
        },
        {
          "name": "difficulty",
          "type": "float32"
        }
      ]
    }