aboutsummaryrefslogtreecommitdiffstats
path: root/app/scripts/controllers/transactions/pending-tx-tracker.js
diff options
context:
space:
mode:
authorfrankiebee <frankie.diamond@gmail.com>2018-04-20 02:29:26 +0800
committerfrankiebee <frankie.diamond@gmail.com>2018-04-20 02:46:15 +0800
commiteeb9390de81ce6fc92247d5c499e991dce8330bd (patch)
tree400f07cb6028e6e1f8ae5328d1c5544277de837f /app/scripts/controllers/transactions/pending-tx-tracker.js
parent943eea043cc40ea42ffe757a7115ccbc5585b37b (diff)
downloadtangerine-wallet-browser-eeb9390de81ce6fc92247d5c499e991dce8330bd.tar
tangerine-wallet-browser-eeb9390de81ce6fc92247d5c499e991dce8330bd.tar.gz
tangerine-wallet-browser-eeb9390de81ce6fc92247d5c499e991dce8330bd.tar.bz2
tangerine-wallet-browser-eeb9390de81ce6fc92247d5c499e991dce8330bd.tar.lz
tangerine-wallet-browser-eeb9390de81ce6fc92247d5c499e991dce8330bd.tar.xz
tangerine-wallet-browser-eeb9390de81ce6fc92247d5c499e991dce8330bd.tar.zst
tangerine-wallet-browser-eeb9390de81ce6fc92247d5c499e991dce8330bd.zip
meta - transactions - docs yo!
Diffstat (limited to 'app/scripts/controllers/transactions/pending-tx-tracker.js')
-rw-r--r--app/scripts/controllers/transactions/pending-tx-tracker.js10
1 files changed, 5 insertions, 5 deletions
diff --git a/app/scripts/controllers/transactions/pending-tx-tracker.js b/app/scripts/controllers/transactions/pending-tx-tracker.js
index 503343e22..98b3d2b08 100644
--- a/app/scripts/controllers/transactions/pending-tx-tracker.js
+++ b/app/scripts/controllers/transactions/pending-tx-tracker.js
@@ -8,10 +8,10 @@ const EthQuery = require('ethjs-query')
As well as continues broadcast while in the pending state
<br>
@param config {object} - non optional configuration object consists of:
- <br>provider
- <br>nonceTracker: see nonce tracker
- <br>getPendingTransactions: a function for getting an array of transactions,
- <br>publishTransaction: a async function for publishing raw transactions,
+ @property {Object} config.provider
+ @property {Object} config.nonceTracker see nonce tracker
+ @property {function} config.getPendingTransactions a function for getting an array of transactions,
+ @property {function} config.publishTransaction a async function for publishing raw transactions,
@class
@@ -220,4 +220,4 @@ class PendingTransactionTracker extends EventEmitter {
}
}
-module.exports = PendingTransactionTracker \ No newline at end of file
+module.exports = PendingTransactionTracker