Vaulta

vpgamebridge

Contract

  • Table row type of summary

    {
      "name": "st_summary",
      "base": "",
      "fields": [
        {
          "name": "user",
          "type": "name"
        },
        {
          "name": "deposit",
          "type": "asset"
        },
        {
          "name": "deposit_count",
          "type": "uint64"
        },
        {
          "name": "withdraw",
          "type": "asset"
        },
        {
          "name": "withdraw_count",
          "type": "uint64"
        },
        {
          "name": "deposit_fee",
          "type": "asset"
        },
        {
          "name": "withdraw_fee",
          "type": "asset"
        },
        {
          "name": "created_at",
          "type": "time_point_sec"
        },
        {
          "name": "updated_at",
          "type": "time_point_sec"
        }
      ]
    }