Vaulta

buckprotocol

Contract

  • Table row type of fund

    {
      "name": "fund",
      "base": "",
      "fields": [
        {
          "name": "account",
          "type": "name"
        },
        {
          "name": "balance",
          "type": "asset"
        },
        {
          "name": "exchange_balance",
          "type": "asset"
        },
        {
          "name": "savings_balance",
          "type": "int64"
        },
        {
          "name": "matured_rex",
          "type": "int64"
        },
        {
          "name": "rex_maturities",
          "type": "pair_time_point_sec_int64[]"
        }
      ]
    }