Vaulta

nakamotorun2

Contract

  • Table row type of auction

    {
      "name": "st_auction",
      "base": "",
      "fields": [
        {
          "name": "game_id",
          "type": "uint64"
        },
        {
          "name": "starttime",
          "type": "eostime"
        },
        {
          "name": "amount",
          "type": "asset"
        },
        {
          "name": "player",
          "type": "name"
        },
        {
          "name": "owner",
          "type": "name"
        },
        {
          "name": "slogan",
          "type": "string"
        }
      ]
    }