We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 033e9bb commit 2a0d436Copy full SHA for 2a0d436
1 file changed
lib/log.js
@@ -16,6 +16,7 @@ module.exports = function(getRequest, apiKey) {
16
* @param {string} topic2_3_opr - and|or between topic2 & topic3
17
* @param {string} topic3 - topic (32 Bytes per topic)
18
* @param {string} topic0_2_opr - and|or between topic0 & topic2
19
+ * @example https://etherscan.io/apis#logs
20
* @returns {Promise.<object>}
21
*/
22
getLogs(address,
0 commit comments