Vaulta

feed.defi

Contract

The data structures defined by this contract.

  • Action parameter in feed

    {
      "name": "feed",
      "base": "",
      "fields": [
        {
          "name": "price_id",
          "type": "uint64"
        },
        {
          "name": "price",
          "type": "uint64"
        }
      ]
    }
  • Action parameter in feedcoin

    {
      "name": "feedcoin",
      "base": "",
      "fields": [
        {
          "name": "contract",
          "type": "name"
        },
        {
          "name": "coin",
          "type": "symbol_code"
        },
        {
          "name": "price",
          "type": "uint64"
        }
      ]
    }
  • Table row type of feeds

    {
      "name": "st_feed",
      "base": "",
      "fields": [
        {
          "name": "timestamp",
          "type": "uint32"
        },
        {
          "name": "last_price",
          "type": "uint64"
        },
        {
          "name": "acc_price",
          "type": "uint64"
        }
      ]
    }