Vaulta

ppquickdicer

Contract

  • Table row type of actors

    {
      "name": "actors",
      "base": "",
      "fields": [
        {
          "name": "owner",
          "type": "name"
        },
        {
          "name": "symbol_name",
          "type": "symbol_name"
        },
        {
          "name": "total_deposit",
          "type": "uint64"
        },
        {
          "name": "total_withdraw",
          "type": "uint64"
        }
      ]
    }