Vaulta

dudududuniao

Contract

  • Extends base type of BaseTable

    Struct base type of rebates

    {
      "name": "Rebate",
      "base": "BaseTable",
      "fields": [
        {
          "name": "id",
          "type": "uint64"
        },
        {
          "name": "from",
          "type": "name"
        },
        {
          "name": "level",
          "type": "uint16"
        },
        {
          "name": "type",
          "type": "string"
        },
        {
          "name": "to",
          "type": "name"
        },
        {
          "name": "fromQuantity",
          "type": "uint64"
        },
        {
          "name": "quantity",
          "type": "uint64"
        }
      ]
    }