Vaulta

bbtdacdistr1

Contract

The data structures defined by this contract.

  • Table row type of status

    {
      "name": "status",
      "base": "",
      "fields": [
        {
          "name": "key",
          "type": "name"
        },
        {
          "name": "last_withdrawal",
          "type": "time_point_sec"
        },
        {
          "name": "total_withdrawn",
          "type": "uint64"
        }
      ]
    }
  • Action parameter in withdraw

    {
      "name": "withdraw",
      "base": "",
      "fields": [
        {
          "name": "quantity",
          "type": "asset"
        }
      ]
    }