Vaulta

acegamedvdnt

Contract

The data structures defined by this contract.

  • Table row type of dividend

    {
      "name": "PeriodDividend",
      "base": "",
      "fields": [
        {
          "name": "id",
          "type": "uint64"
        },
        {
          "name": "period_id",
          "type": "uint32"
        },
        {
          "name": "quantity",
          "type": "asset"
        }
      ]
    }
  • Action parameter in closeperiod

    {
      "name": "closeperiod",
      "base": "",
      "fields": []
    }
  • Table row type of global1

    {
      "name": "global1",
      "base": "",
      "fields": [
        {
          "name": "period_id",
          "type": "uint32"
        },
        {
          "name": "quantity",
          "type": "asset"
        }
      ]
    }