Vaulta

edeauction.e

Contract

The data structures defined by this contract.

  • Table row type of global

    {
      "name": "global",
      "base": "",
      "fields": [
        {
          "name": "id",
          "type": "uint64"
        },
        {
          "name": "value",
          "type": "uint64"
        }
      ]
    }
  • Table row type of record

    {
      "name": "record",
      "base": "",
      "fields": [
        {
          "name": "id",
          "type": "uint64"
        },
        {
          "name": "user",
          "type": "name"
        },
        {
          "name": "ede_asset",
          "type": "asset"
        }
      ]
    }
  • Action parameter in start

    {
      "name": "start",
      "base": "",
      "fields": [
        {
          "name": "index",
          "type": "uint32"
        }
      ]
    }
  • Action parameter in end

    {
      "name": "end",
      "base": "",
      "fields": [
        {
          "name": "index",
          "type": "uint32"
        }
      ]
    }
  • Action parameter in init

    {
      "name": "init",
      "base": "",
      "fields": []
    }