update docs

pull/1727/head
Ayrat Badykov 6 years ago
parent 21b8b59fdf
commit fd1c6933f5
No known key found for this signature in database
GPG Key ID: B44668E265E9396F
  1. 8
      apps/block_scout_web/lib/block_scout_web/etherscan.ex

@ -1995,7 +1995,13 @@ defmodule BlockScoutWeb.Etherscan do
description: "Transaction hash. Hash of contents of the transaction."
}
],
optional_params: [],
optional_params: [
%{
key: "index",
type: "integer",
description: "A nonnegative integer that represents the log index to be used for pagination."
}
],
responses: [
%{
code: "200",

Loading…
Cancel
Save