Vaulta

data.xsat

Contract

  • Table row type of bridgebal

    {
      "name": "bridge_balance_row",
      "base": "",
      "fields": [
        {
          "name": "id",
          "type": "uint64"
        },
        {
          "name": "chain",
          "type": "name"
        },
        {
          "name": "symbol",
          "type": "string"
        },
        {
          "name": "associated_symbol",
          "type": "string"
        },
        {
          "name": "balance",
          "type": "float32"
        },
        {
          "name": "last_update",
          "type": "time_point_sec"
        }
      ]
    }