Jungle 4 (Testnet)

epoch.drops

Contract

  • Action return type for getepochinfo

    {
      "name": "epoch_info",
      "base": "",
      "fields": [
        {
          "name": "epoch",
          "type": "uint64"
        },
        {
          "name": "start",
          "type": "block_timestamp_type"
        },
        {
          "name": "end",
          "type": "block_timestamp_type"
        },
        {
          "name": "seed",
          "type": "checksum256"
        },
        {
          "name": "oracles",
          "type": "name[]"
        }
      ]
    }