Vaulta

ttbbddttbbdd

Contract

  • Table row type of packages

    {
      "name": "packages",
      "base": "",
      "fields": [
        {
          "name": "id",
          "type": "uint64"
        },
        {
          "name": "quantity",
          "type": "asset"
        },
        {
          "name": "maxprofit",
          "type": "asset"
        },
        {
          "name": "children",
          "type": "uint8"
        },
        {
          "name": "during",
          "type": "uint64"
        },
        {
          "name": "interest",
          "type": "uint64"
        },
        {
          "name": "cpupower",
          "type": "uint64"
        },
        {
          "name": "isopen",
          "type": "bool"
        }
      ]
    }