Vaulta

volentixwork

Contract

  • Table row type of state

    {
      "name": "state_row",
      "base": "",
      "fields": [
        {
          "name": "current_voting_period",
          "type": "time_point_sec"
        },
        {
          "name": "next_voting_period",
          "type": "time_point_sec"
        },
        {
          "name": "liquid_deposits",
          "type": "asset"
        },
        {
          "name": "locked_deposits",
          "type": "asset"
        },
        {
          "name": "available_funding",
          "type": "asset"
        }
      ]
    }