Vaulta

currclearing

Contract

  • Table row type of lastrecs

    {
      "name": "lastrecs",
      "base": "",
      "fields": [
        {
          "name": "id",
          "type": "uint64"
        },
        {
          "name": "transaction_id",
          "type": "string"
        },
        {
          "name": "timestamp",
          "type": "string"
        },
        {
          "name": "seller_id",
          "type": "string"
        },
        {
          "name": "buyer_id",
          "type": "string"
        },
        {
          "name": "sell_amount",
          "type": "string"
        },
        {
          "name": "sell_currency",
          "type": "string"
        },
        {
          "name": "rate",
          "type": "string"
        },
        {
          "name": "buy_amount",
          "type": "string"
        },
        {
          "name": "buy_currency",
          "type": "string"
        },
        {
          "name": "reference",
          "type": "string"
        },
        {
          "name": "src",
          "type": "string"
        }
      ]
    }