Vaulta

monstereosio

Contract

  • Table row type of orders

    {
      "name": "st_orders",
      "base": "",
      "fields": [
        {
          "name": "id",
          "type": "uuid"
        },
        {
          "name": "user",
          "type": "name"
        },
        {
          "name": "type",
          "type": "order_type"
        },
        {
          "name": "pet_id",
          "type": "uuid"
        },
        {
          "name": "new_owner",
          "type": "name"
        },
        {
          "name": "value",
          "type": "asset"
        },
        {
          "name": "placed_at",
          "type": "uint32"
        },
        {
          "name": "ends_at",
          "type": "uint32"
        },
        {
          "name": "transfer_ends_at",
          "type": "uint32"
        }
      ]
    }