Vaulta

pzchainprice

Contract

  • Table row type of fetch

    {
      "name": "fetch",
      "base": "",
      "fields": [
        {
          "name": "id",
          "type": "uint64"
        },
        {
          "name": "coin",
          "type": "extended_symbol"
        },
        {
          "name": "sources",
          "type": "source[]"
        },
        {
          "name": "interval",
          "type": "uint32"
        },
        {
          "name": "reliable_interval",
          "type": "uint32"
        },
        {
          "name": "updatable",
          "type": "bool"
        },
        {
          "name": "available",
          "type": "bool"
        },
        {
          "name": "prices",
          "type": "decimal[]"
        },
        {
          "name": "reliable_price",
          "type": "decimal"
        },
        {
          "name": "fetched_at",
          "type": "uint32"
        },
        {
          "name": "recorded_at",
          "type": "uint32"
        }
      ]
    }