Vaulta

swapmine.wal

Contract

  • Table row type of takerecords

    {
      "name": "take_records",
      "base": "",
      "fields": [
        {
          "name": "take_id",
          "type": "uint64"
        },
        {
          "name": "taker",
          "type": "name"
        },
        {
          "name": "in_quantity",
          "type": "asset"
        },
        {
          "name": "out_quantity",
          "type": "asset"
        },
        {
          "name": "fee",
          "type": "asset"
        },
        {
          "name": "pool_id",
          "type": "uint64"
        },
        {
          "name": "in_contract",
          "type": "name"
        },
        {
          "name": "out_contract",
          "type": "name"
        },
        {
          "name": "created_time",
          "type": "uint32"
        },
        {
          "name": "txid",
          "type": "checksum256"
        }
      ]
    }