Vaulta

castle.air

Contract

  • Table row type of baker

    {
      "name": "baker",
      "base": "",
      "fields": [
        {
          "name": "flow_rate",
          "type": "float64"
        },
        {
          "name": "start_time",
          "type": "uint32"
        },
        {
          "name": "quantity",
          "type": "asset"
        },
        {
          "name": "cumulative",
          "type": "asset"
        },
        {
          "name": "updated_at",
          "type": "uint32"
        }
      ]
    }