Vaulta

currclearing

Contract

The data structures defined by this contract.

  • Action parameter in cleantrx

    {
      "name": "cleantrx",
      "base": "",
      "fields": []
    }
  • 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"
        }
      ]
    }
  • Table row type of recscount

    {
      "name": "recscount",
      "base": "",
      "fields": [
        {
          "name": "lastrecs_size",
          "type": "uint64"
        }
      ]
    }
  • Action parameter in transact

    {
      "name": "transact",
      "base": "",
      "fields": [
        {
          "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"
        }
      ]
    }